We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4ede86 + f51ef8c commit e7c0b0fCopy full SHA for e7c0b0f
tests/phpunit/tests/block-templates/base.php
@@ -1,7 +1,6 @@
1
<?php
2
3
/**
4
- * @group block-templates
5
* @covers ::get_template_hierarchy
6
*/
7
abstract class WP_Block_Templates_UnitTestCase extends WP_UnitTestCase {
tests/phpunit/tests/image/base.php
@@ -1,7 +1,7 @@
- * @group image
+ * Base class for testing image manipulation functionality.
abstract class WP_Image_UnitTestCase extends WP_UnitTestCase {
tests/phpunit/tests/image/resize.php
@@ -1,10 +1,7 @@
- * @group media
- * @group upload
- * @group resize
+ * Base class for testing image resize functionality.
8
9
require_once __DIR__ . '/base.php';
10
0 commit comments