Skip to content

Commit 44eb442

Browse files
Merge remote-tracking branch 'origin/trunk' into ticket-65070-move-options-inline-js
2 parents e9ced2c + 5044e95 commit 44eb442

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit/tests/oembed/WpEmbed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @coversDefaultClass WP_Embed
77
*/
8-
class Tests_WP_Embed extends WP_UnitTestCase {
8+
class Tests_oEmbed_WpEmbed extends WP_UnitTestCase {
99
/**
1010
* @var WP_Embed
1111
*/

tests/phpunit/tests/oembed/wpOembed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @coversDefaultClass WP_oEmbed
77
*/
8-
class Tests_WP_oEmbed extends WP_UnitTestCase {
8+
class Tests_oEmbed_wpOembed extends WP_UnitTestCase {
99
/**
1010
* @var WP_oEmbed
1111
*/

0 commit comments

Comments
 (0)