1 | <?php |
||
7 | class PathHelperTest extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | public function testArePathsEqualIgnoringFileExtension() |
||
17 | |||
18 | /** |
||
19 | * @dataProvider removeFileExtensionAndKeepQueryStringDataProvider |
||
20 | */ |
||
21 | public function testRemoveFileExtensionAndKeepQueryString($input, $expected) |
||
25 | |||
26 | public function removeFileExtensionAndKeepQueryStringDataProvider() |
||
36 | } |
||
37 |