Improve test description.

This commit is contained in:
barryhughes 2022-03-25 04:14:49 -07:00
parent 114480c23c
commit 80397d4f73
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ class URLTest extends WC_Unit_Test_Case {
'file://./', 'file://./',
), ),
( new URL( 'relative/to/abspath' ) )->get_all_parent_urls(), ( new URL( 'relative/to/abspath' ) )->get_all_parent_urls(),
'When obtaining all parent URLs for a relative filepath, we never return the root directory and never return a URL containing traversals. ' 'When obtaining all parent URLs for a relative filepath, we never return the root directory and never return a URL containing traversals if there were none to begin with.'
); );
$this->assertEquals( $this->assertEquals(