diff --git a/tests/phpunit/tests/media.php b/tests/phpunit/tests/media.php index c21b5b115d..7c6c2f0e6e 100644 --- a/tests/phpunit/tests/media.php +++ b/tests/phpunit/tests/media.php @@ -862,7 +862,7 @@ VIDEO; } /** - * @ticket 35367 + * @ticket 35367 * @depends test_video_shortcode_body */ function test_wp_video_shortcode_with_empty_params() { @@ -870,7 +870,7 @@ VIDEO; } /** - * @ticket 35367 + * @ticket 35367 * @depends test_video_shortcode_body */ function test_wp_video_shortcode_with_bad_attr() { @@ -885,7 +885,7 @@ VIDEO; } /** - * @ticket 35367 + * @ticket 35367 * @depends test_video_shortcode_body */ function test_wp_video_shortcode_attributes() { diff --git a/tests/phpunit/tests/post/attachments.php b/tests/phpunit/tests/post/attachments.php index 458447cf69..8acb0b0068 100644 --- a/tests/phpunit/tests/post/attachments.php +++ b/tests/phpunit/tests/post/attachments.php @@ -52,7 +52,6 @@ class Tests_Post_Attachments extends WP_UnitTestCase { $this->assertEquals( wp_basename( $upload['file'] ), wp_basename( $downsize[0] ) ); $this->assertEquals( 50, $downsize[1] ); $this->assertEquals( 50, $downsize[2] ); - } function test_insert_image_thumb_only() { @@ -105,7 +104,6 @@ class Tests_Post_Attachments extends WP_UnitTestCase { $this->assertEquals( 'a2-small.jpg', wp_basename( $downsize[0] ) ); $this->assertEquals( 400, $downsize[1] ); $this->assertEquals( 300, $downsize[2] ); - } function test_insert_image_medium_sizes() { diff --git a/tests/phpunit/tests/rest-api/rest-post-meta-fields.php b/tests/phpunit/tests/rest-api/rest-post-meta-fields.php index 9271d57bca..452e34bb1d 100644 --- a/tests/phpunit/tests/rest-api/rest-post-meta-fields.php +++ b/tests/phpunit/tests/rest-api/rest-post-meta-fields.php @@ -1176,7 +1176,8 @@ class WP_Test_REST_Post_Meta_Fields extends WP_Test_REST_TestCase { } /** - * @ticket 38323 + * @ticket 38323 + * * @dataProvider data_get_subtype_meta_value */ public function test_get_subtype_meta_value( $post_type, $meta_key, $single, $in_post_type ) { @@ -1228,7 +1229,8 @@ class WP_Test_REST_Post_Meta_Fields extends WP_Test_REST_TestCase { } /** - * @ticket 38323 + * @ticket 38323 + * * @dataProvider data_set_subtype_meta_value */ public function test_set_subtype_meta_value( $post_type, $meta_key, $single, $in_post_type, $can_write ) { @@ -1299,7 +1301,8 @@ class WP_Test_REST_Post_Meta_Fields extends WP_Test_REST_TestCase { } /** - * @ticket 42069 + * @ticket 42069 + * * @dataProvider data_update_value_return_success_with_same_value */ public function test_update_value_return_success_with_same_value( $meta_key, $meta_value ) { diff --git a/tests/phpunit/tests/rest-api/rest-schema-validation.php b/tests/phpunit/tests/rest-api/rest-schema-validation.php index 44a627e715..85c757870b 100644 --- a/tests/phpunit/tests/rest-api/rest-schema-validation.php +++ b/tests/phpunit/tests/rest-api/rest-schema-validation.php @@ -411,7 +411,8 @@ class WP_Test_REST_Schema_Validation extends WP_UnitTestCase { } /** - * @ticket 48818 + * @ticket 48818 + * * @dataProvider data_required_property */ public function test_property_is_required( $data, $expected ) { @@ -438,7 +439,8 @@ class WP_Test_REST_Schema_Validation extends WP_UnitTestCase { } /** - * @ticket 48818 + * @ticket 48818 + * * @dataProvider data_required_property */ public function test_property_is_required_v4( $data, $expected ) { @@ -479,7 +481,8 @@ class WP_Test_REST_Schema_Validation extends WP_UnitTestCase { } /** - * @ticket 48818 + * @ticket 48818 + * * @dataProvider data_required_nested_property */ public function test_nested_property_is_required( $data, $expected ) { @@ -511,7 +514,8 @@ class WP_Test_REST_Schema_Validation extends WP_UnitTestCase { } /** - * @ticket 48818 + * @ticket 48818 + * * @dataProvider data_required_nested_property */ public function test_nested_property_is_required_v4( $data, $expected ) { @@ -569,7 +573,8 @@ class WP_Test_REST_Schema_Validation extends WP_UnitTestCase { } /** - * @ticket 48818 + * @ticket 48818 + * * @dataProvider data_required_deeply_nested_property */ public function test_deeply_nested_v3_required_property( $value, $expected ) { @@ -608,7 +613,8 @@ class WP_Test_REST_Schema_Validation extends WP_UnitTestCase { } /** - * @ticket 48818 + * @ticket 48818 + * * @dataProvider data_required_deeply_nested_property */ public function test_deeply_nested_v4_required_property( $value, $expected ) { @@ -647,7 +653,8 @@ class WP_Test_REST_Schema_Validation extends WP_UnitTestCase { } /** - * @ticket 48818 + * @ticket 48818 + * * @dataProvider data_required_deeply_nested_property */ public function test_deeply_nested_mixed_version_required_property( $value, $expected ) { diff --git a/tests/phpunit/tests/theme.php b/tests/phpunit/tests/theme.php index 066931c15e..3e59c0fa06 100644 --- a/tests/phpunit/tests/theme.php +++ b/tests/phpunit/tests/theme.php @@ -621,8 +621,10 @@ class Tests_Theme extends WP_UnitTestCase { } /** - * @ticket 49406 + * @ticket 49406 + * * @dataProvider _dp_register_theme_support_validation + * * @param string $error_code The error code expected. * @param array $args The args to register. */