mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Move all the contract tests to parent catalog Responses and remove expected catalog
This commit is contained in:
parent
a793b25757
commit
e4827d74c9
303 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ abstract class JsonApiTestCase extends BaseJsonApiTestCase
|
||||||
parent::__construct($name, $data, $dataName);
|
parent::__construct($name, $data, $dataName);
|
||||||
|
|
||||||
$this->dataFixturesPath = __DIR__ . '/DataFixtures/ORM';
|
$this->dataFixturesPath = __DIR__ . '/DataFixtures/ORM';
|
||||||
$this->expectedResponsesPath = __DIR__ . '/Responses/Expected';
|
$this->expectedResponsesPath = __DIR__ . '/Responses';
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function get($id): ?object
|
protected function get($id): ?object
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue