@@ -110,9 +110,9 @@ |
||
110 | 110 | public function providerRequestUrlSelf(): array |
111 | 111 | { |
112 | 112 | return [ |
113 | - [['REQUEST_URI' => '//something',], '//something'], |
|
114 | - [['PHP_SELF' => '//something',], '//something'], |
|
115 | - [['PHP_SELF' => 'different', 'REQUEST_URI' => '//something',], 'different'], |
|
113 | + [['REQUEST_URI' => '//something', ], '//something'], |
|
114 | + [['PHP_SELF' => '//something', ], '//something'], |
|
115 | + [['PHP_SELF' => 'different', 'REQUEST_URI' => '//something', ], 'different'], |
|
116 | 116 | ]; |
117 | 117 | } |
118 | 118 |