diff --git a/tests/phpunit/tests/query/conditionals.php b/tests/phpunit/tests/query/conditionals.php index c3483e1d26..fc34496070 100644 --- a/tests/phpunit/tests/query/conditionals.php +++ b/tests/phpunit/tests/query/conditionals.php @@ -1590,7 +1590,7 @@ class Tests_Query_Conditionals extends WP_UnitTestCase { $this->assertTrue( is_single( $p2 ) ); $this->assertFalse( is_single( $p1 ) ); } - + /** * @ticket 44005 * @group privacy diff --git a/tests/phpunit/tests/template.php b/tests/phpunit/tests/template.php index 9e6e5a1ffa..7178d7a3cd 100644 --- a/tests/phpunit/tests/template.php +++ b/tests/phpunit/tests/template.php @@ -289,7 +289,7 @@ class Tests_Template extends WP_UnitTestCase { } /** - * @ticket 44005 + * @ticket 44005 * @group privacy */ public function test_privacy_template_hierarchy() {