Skip to content

Commit dfd621e

Browse files
committed
fixed test
1 parent 663e7d0 commit dfd621e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UrlTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function testPathsWithDots()
8282
{
8383
$url = Url::create('https://en.wikipedia.org/wiki/Supernatural_(U.S._TV_series)');
8484
$this->assertNull($url->getExtension());
85-
$this->assertSame('/wiki/Supernatural_(U.S._TV_series)', $url->getPath());
85+
$this->assertSame('/wiki/Supernatural_%28U.S._TV_series%29', $url->getPath());
8686
$this->assertSame('Supernatural_(U.S._TV_series)', $url->getDirectoryPosition(1));
8787
}
8888
}

0 commit comments

Comments
 (0)