Fixes in tests and home module
This commit is contained in:
parent
7440538548
commit
ab69ca747f
2 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ class RouterTest extends TestCase {
|
|||
|
||||
$this->assertEquals([], \PhangoApp\PhaRouter\filter_path('/'));
|
||||
|
||||
$this->assertEquals([1 => 'nonohdEUR'], \PhangoApp\PhaRouter\filter_path('/ñoño“ħˀð¶€'));
|
||||
$this->assertEquals([1 => 'nonohdeur'], \PhangoApp\PhaRouter\filter_path('/ñoño“ħˀð¶€'));
|
||||
|
||||
$this->assertEquals([1 => 'nono', 2 => 'sucks'], \PhangoApp\PhaRouter\filter_path('/ñoño/sucks'));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue