Improve test description.
This commit is contained in:
parent
114480c23c
commit
80397d4f73
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue