Tests: Add missing @covers tags for files in phpunit/tests/general/.

Props patopaiar, jrf.
See #39265.

git-svn-id: https://develop.svn.wordpress.org/trunk@50339 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-02-13 13:47:12 +00:00
parent 3f50750a50
commit cb623c351c
6 changed files with 178 additions and 7 deletions

View File

@@ -1,8 +1,10 @@
<?php
/**
* @group general
* @group template
* @ticket 34292
* @covers ::wp_resource_hints
*/
class Tests_General_wpResourceHints extends WP_UnitTestCase {
private $old_wp_scripts;