Skip to content

Commit 989a382

Browse files
committed
Rename files to align with class name
1 parent 6db4c1a commit 989a382

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/wp-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
require ABSPATH . WPINC . '/html-api/class-wp-html-stack-event.php';
266266
require ABSPATH . WPINC . '/html-api/class-wp-html-processor-state.php';
267267
require ABSPATH . WPINC . '/html-api/class-wp-html-processor.php';
268-
require ABSPATH . WPINC . '/html-api/class-wp-css-selectors.php';
268+
require ABSPATH . WPINC . '/html-api/class-wp-css-selector.php';
269269
require ABSPATH . WPINC . '/class-wp-http.php';
270270
require ABSPATH . WPINC . '/class-wp-http-streams.php';
271271
require ABSPATH . WPINC . '/class-wp-http-curl.php';

tests/phpunit/tests/html-api/wpCssSelectors.php renamed to tests/phpunit/tests/html-api/wpCssSelector-parsing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* @group html-api
1212
*/
13-
class Tests_HtmlApi_WpCssSelectors extends WP_UnitTestCase {
13+
class Tests_HtmlApi_WpCssSelector_Parsing extends WP_UnitTestCase {
1414
private $test_class;
1515

1616
public function set_up(): void {

0 commit comments

Comments
 (0)