Skip to content

Commit 0a0311f

Browse files
committed
fixup! fixup! fixup! Update class names to align with PHPUnit expectation
1 parent e070285 commit 0a0311f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

tests/phpunit/tests/post/thumbnails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @group post
55
* @group media
66
*/
7-
class Tests_Post_Thumbnail_Template extends WP_UnitTestCase {
7+
class Tests_Post_Thumbnails extends WP_UnitTestCase {
88
protected static $post;
99
protected static $different_post;
1010
protected static $attachment_id;

tests/phpunit/tests/query/lazyLoadCommentMeta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @group comments
55
* @group meta
66
*/
7-
class Tests_Lazy_Load_Comment_Meta extends WP_UnitTestCase {
7+
class Tests_LazyLoadCommentMeta extends WP_UnitTestCase {
88

99
/**
1010
* @var int

tests/phpunit/tests/query/verboseRewriteRules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @group query
77
* @group rewrite
88
*/
9-
class Tests_Query_VerbosePageRules extends Tests_Query_Conditionals {
9+
class Tests_Query_VerboseRewriteRules extends Tests_Query_Conditionals {
1010
public function set_up() {
1111
parent::set_up();
1212

0 commit comments

Comments
 (0)