@@ -33,6 +33,9 @@ |
||
33 | 33 | return $client; |
34 | 34 | } |
35 | 35 | |
36 | + /** |
|
37 | + * @param string $schema |
|
38 | + */ |
|
36 | 39 | public function askValidation($data, $schema) |
37 | 40 | { |
38 | 41 | $validator = new \JsonSchema\Validator; |
@@ -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 |