From c85b44d1ffb3c647141508367b5c368ae2990363 Mon Sep 17 00:00:00 2001 From: Dimitrios Pantazis Date: Tue, 22 Oct 2024 19:05:23 +0300 Subject: [PATCH] Update tests/wpunit/AssetsTest.php Co-authored-by: theAverageDev (Luca Tumedei) --- tests/wpunit/AssetsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wpunit/AssetsTest.php b/tests/wpunit/AssetsTest.php index 44d141e..c8bedf4 100644 --- a/tests/wpunit/AssetsTest.php +++ b/tests/wpunit/AssetsTest.php @@ -189,7 +189,7 @@ public function it_should_get_the_correct_url_when_wp_content_dir_and_wp_content Config::set_version( '1.1.0' ); Config::set_path( constant( 'WP_PLUGIN_DIR' ) . '/assets' ); Config::set_relative_asset_path( 'tests/_data/' ); - // Now are scripts are using a path that does not actually exist in the filesystem. So we can't expect it to figure out minified vs un-minified. So we are adding a new param. + // Now our scripts are using a path that does not actually exist in the filesystem. So we can't expect it to figure out minified vs un-minified. So we are adding a new param. Config::add_group_path( 'fake-group-path', constant( 'WP_PLUGIN_DIR' ) . '/another-plugin/ecp', 'random/feature' ); foreach ( array_keys( $slugs ) as $slug ) {