Skip to content

Commit 3faee18

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! Update class names to align with PHPUnit expectation
1 parent 97817bb commit 3faee18

File tree

135 files changed

+135
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+135
-135
lines changed

tests/phpunit/tests/block-bindings/postMetaSource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @group blocks
1010
* @group block-bindings
1111
*/
12-
class Tests_Block_Bindings_PostMetaSource extends WP_UnitTestCase {
12+
class Tests_BlockBindings_PostMetaSource extends WP_UnitTestCase {
1313
protected static $post;
1414
protected static $wp_meta_keys_saved;
1515

tests/phpunit/tests/block-bindings/wp-block-get-block-bindings-processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @group blocks
1010
* @group block-bindings
1111
*/
12-
class Tests_Blocks_GetBlockBindingsProcessor extends WP_UnitTestCase {
12+
class Tests_BlockBindings_WpBlockGetBlockBindingsProcessor extends WP_UnitTestCase {
1313

1414
private static $get_block_bindings_processor_method;
1515

tests/phpunit/tests/block-processor/wpBlockProcessor-BlockProcessing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @coversDefaultClass WP_Block_Processor
1414
*/
15-
class Tests_Blocks_BlockProcessor_BlockProcessing extends WP_UnitTestCase {
15+
class Tests_BlockProcessor_WpBlockProcessorBlockProcessing extends WP_UnitTestCase {
1616
public function test_get_breadcrumbs() {
1717
$processor = new WP_Block_Processor( '<!-- wp:top --><!-- wp:inside /--><!-- /wp:top -->' );
1818

tests/phpunit/tests/block-processor/wpBlockProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @coversDefaultClass WP_Block_Processor
1313
*/
14-
class Tests_Blocks_WpBlockProcessor extends WP_UnitTestCase {
14+
class Tests_BlockProcessor_WpBlockProcessor extends WP_UnitTestCase {
1515
/**
1616
* Verifies that no block delimiters are found in an empty string.
1717
*

tests/phpunit/tests/block-supports/aria-label.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @covers ::wp_apply_aria_label_support
66
*/
7-
class Tests_Block_Supports_Aria_Label extends WP_UnitTestCase {
7+
class Tests_BlockSupports_AriaLabel extends WP_UnitTestCase {
88
/**
99
* @var string|null
1010
*/

tests/phpunit/tests/block-supports/block-style-variations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @group block-supports
1010
*/
11-
class WP_Block_Supports_Block_Style_Variations_Test extends WP_UnitTestCase {
11+
class Tests_BlockSupports_BlockStyleVariations extends WP_UnitTestCase {
1212
/**
1313
* Theme root directory.
1414
*

tests/phpunit/tests/block-supports/block-visibility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* @covers ::wp_render_block_visibility_support
1212
*/
13-
class Tests_Block_Supports_Block_Visibility extends WP_UnitTestCase {
13+
class Tests_BlockSupports_BlockVisibility extends WP_UnitTestCase {
1414
/**
1515
* @var string|null
1616
*/

tests/phpunit/tests/block-template-utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @group block-templates
88
*/
9-
class Tests_Block_Template_Utils extends WP_UnitTestCase {
9+
class Tests_BlockTemplateUtils extends WP_UnitTestCase {
1010

1111
const TEST_THEME = 'block-theme';
1212

tests/phpunit/tests/block-template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @group block-templates
88
*/
9-
class Tests_Block_Template extends WP_UnitTestCase {
9+
class Tests_BlockTemplate extends WP_UnitTestCase {
1010
private static $post;
1111

1212
private static $template_canvas_path = ABSPATH . WPINC . '/template-canvas.php';

tests/phpunit/tests/block-templates/getTemplateHierarchy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @group block-templates
77
* @covers ::get_template_hierarchy
88
*/
9-
class Tests_Block_Templates_GetTemplate_Hierarchy extends WP_Block_Templates_UnitTestCase {
9+
class Tests_BlockTemplates_GetTemplateHierarchy extends WP_Block_Templates_UnitTestCase {
1010

1111
public function set_up() {
1212
parent::set_up();

0 commit comments

Comments
 (0)