| 1 | <?php |
||
| 11 | class TrimValuesTest extends WebRouteTestCase { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @dataProvider getTestData |
||
| 15 | */ |
||
| 16 | public function testPassedGetParametersAreTrimmed( array $expected, array $request ): void { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @dataProvider getTestData |
||
| 25 | */ |
||
| 26 | public function testPassedPostParametersAreTrimmed( array $expected, array $request ): void { |
||
| 32 | |||
| 33 | public function getTestData(): array { |
||
| 55 | } |
||
| 56 |