mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user