Skip to content

Commit

Permalink
Remove theme setup script (we don't need theme-based functionality fo…
Browse files Browse the repository at this point in the history
…r the Tests_Theme_WpGetBlockCssSelector block tests)
  • Loading branch information
ramonjd authored and tellthemachines committed Jun 27, 2023
1 parent e2c1297 commit 90e3438
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/phpunit/tests/theme/wpGetBlockCssSelector.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php

require_once __DIR__ . '/base.php';

/**
* Tests wp_get_block_css_selector().
*
* @group themes
*
* @covers ::wp_get_block_css_selector
*/

class Tests_Theme_WpGetBlockCssSelector extends WP_Theme_UnitTestCase {
private $test_block_name;

Expand Down

0 comments on commit 90e3438

Please sign in to comment.