@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Tests; |
| 4 | 4 | |
| 5 | 5 | use Silex\WebTestCase; |
| 6 | -use JsonSchema\Validator; |
|
| 7 | 6 | |
| 8 | 7 | class WorkspaceTest extends WebTestCase |
| 9 | 8 | { |
@@ -12,7 +12,7 @@ |
||
| 12 | 12 | public function logIn($client){ |
| 13 | 13 | $client->request('POST', |
| 14 | 14 | '/api/v1/security/login', |
| 15 | - [], |
|
| 15 | + [], |
|
| 16 | 16 | [], |
| 17 | 17 | ['CONTENT_TYPE' => 'application/json'], |
| 18 | 18 | '{"authMode":"Email","email":"[email protected]","name":"ugo","surname":"ugo","password":"cane"}'); |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | { |
| 14 | 14 | $app = require_once __DIR__.'/../../src/App.php'; |
| 15 | 15 | $app['debug'] = true; |
| 16 | - $app['session.test'] = true; |
|
| 16 | + $app['session.test'] = true; |
|
| 17 | 17 | #unset($app['exception_handler']); |
| 18 | 18 | return $app; |
| 19 | 19 | } |