1 | <?php |
||
10 | class JsonSchema extends Module |
||
11 | { |
||
12 | const SCHEMA_URI = 'http://demo.org'; |
||
13 | |||
14 | /** @var \PTS\JsonSchema */ |
||
15 | protected $validator; |
||
16 | |||
17 | public function _beforeSuite($settings = []) |
||
21 | |||
22 | protected function init() |
||
37 | |||
38 | public function validateJsonSchema(string $response, string $pathSchema): void |
||
43 | } |
||
44 |