Move all the contract tests to parent catalog Responses and remove expected catalog

This commit is contained in:
Kamil Grygierzec 2024-02-12 14:37:14 +01:00
parent a793b25757
commit e4827d74c9
No known key found for this signature in database
GPG key ID: 7F54EE42DAD4B9E9
303 changed files with 1 additions and 1 deletions

View file

@ -32,7 +32,7 @@ abstract class JsonApiTestCase extends BaseJsonApiTestCase
parent::__construct($name, $data, $dataName);
$this->dataFixturesPath = __DIR__ . '/DataFixtures/ORM';
$this->expectedResponsesPath = __DIR__ . '/Responses/Expected';
$this->expectedResponsesPath = __DIR__ . '/Responses';
}
protected function get($id): ?object

Some files were not shown because too many files have changed in this diff Show more