@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Tests; |
4 | 4 | |
5 | -use Silex\WebTestCase; |
|
6 | -use JsonSchema\Validator; |
|
7 | - |
|
8 | 5 | class PartTest extends WorkspaceTest |
9 | 6 | { |
10 | 7 | use AbstractAppTest; |
@@ -27,6 +27,10 @@ |
||
27 | 27 | return $data; |
28 | 28 | } |
29 | 29 | /*Verifico che l'elenco dei workspace si possa scaricare correttamente*/ |
30 | + |
|
31 | + /** |
|
32 | + * @return string |
|
33 | + */ |
|
30 | 34 | public function testGetWorkspaceList(){ |
31 | 35 | $schema = __DIR__.'/../../../../api/schemas/workspaceList.json'; |
32 | 36 |