We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663e7d0 commit dfd621eCopy full SHA for dfd621e
tests/UrlTest.php
@@ -82,7 +82,7 @@ public function testPathsWithDots()
82
{
83
$url = Url::create('https://en.wikipedia.org/wiki/Supernatural_(U.S._TV_series)');
84
$this->assertNull($url->getExtension());
85
- $this->assertSame('/wiki/Supernatural_(U.S._TV_series)', $url->getPath());
+ $this->assertSame('/wiki/Supernatural_%28U.S._TV_series%29', $url->getPath());
86
$this->assertSame('Supernatural_(U.S._TV_series)', $url->getDirectoryPosition(1));
87
}
88
0 commit comments