@@ -40,10 +40,10 @@ |
||
40 | 40 | */ |
41 | 41 | public function testCreateUserView() |
42 | 42 | { |
43 | - $http = $this->http->get('users/create'); |
|
44 | - $output = $http->getBody()->getContents(); |
|
45 | - $this->assertEquals(200, $http->getStatusCode()); |
|
46 | - $this->assertEquals('view create user', $output); |
|
43 | + $http = $this->http->get('users/create'); |
|
44 | + $output = $http->getBody()->getContents(); |
|
45 | + $this->assertEquals(200, $http->getStatusCode()); |
|
46 | + $this->assertEquals('view create user', $output); |
|
47 | 47 | } |
48 | 48 | |
49 | 49 | /** |
@@ -132,10 +132,10 @@ discard block |
||
132 | 132 | public function getRoute() |
133 | 133 | { |
134 | 134 | return [ |
135 | - 'name' => $this->getName(), |
|
136 | - 'path' => $this->getUrl(), |
|
137 | - 'callable' => $this->getCallable(), |
|
138 | - 'parameters' => self::resolveParameters() |
|
135 | + 'name' => $this->getName(), |
|
136 | + 'path' => $this->getUrl(), |
|
137 | + 'callable' => $this->getCallable(), |
|
138 | + 'parameters' => self::resolveParameters() |
|
139 | 139 | ]; |
140 | 140 | } |
141 | 141 | |
@@ -146,7 +146,7 @@ discard block |
||
146 | 146 | */ |
147 | 147 | public function getRequest(): Request |
148 | 148 | { |
149 | - return $this->request; |
|
149 | + return $this->request; |
|
150 | 150 | } |
151 | 151 | |
152 | 152 | /** |
@@ -156,7 +156,7 @@ discard block |
||
156 | 156 | */ |
157 | 157 | public function getResponse(): Response |
158 | 158 | { |
159 | - return $this->response; |
|
159 | + return $this->response; |
|
160 | 160 | } |
161 | 161 | |
162 | 162 | /** |