Skip to content

Commit 00ac218

Browse files
committed
Tests/Build Tools: Coding standards, typo fixes following r62313.
Follow up to r62313. See #53010. git-svn-id: https://develop.svn.wordpress.org/trunk@62314 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5ddc196 commit 00ac218

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/phpunit/tests/admin/Admin_Includes_Misc_UpdateOptioNewAdminEmail_Test.php renamed to tests/phpunit/tests/admin/Admin_Includes_Misc_UpdateOptionNewAdminEmail_Test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @covers ::update_option_new_admin_email
77
*/
8-
class Admin_Includes_Misc_UpdateOptioNewAdminEmail_Test extends WP_UnitTestCase {
8+
class Admin_Includes_Misc_UpdateOptionNewAdminEmail_Test extends WP_UnitTestCase {
99

1010
/**
1111
* @ticket 59520
@@ -32,4 +32,4 @@ function () {
3232
update_option_new_admin_email( 'old@example.com', 'new@example.com' );
3333
$this->assertSame( 'Filtered Admin Email Address', $mailer->get_sent()->subject );
3434
}
35-
}
35+
}

tests/phpunit/tests/admin/Admin_Includes_Misc_UrlShorten_Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @group admin
5-
*
5+
*
66
* @covers ::url_shorten
77
*/
88
class Admin_Includes_Misc_UrlShorten_Test extends WP_UnitTestCase {

0 commit comments

Comments
 (0)