mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +00:00
Fixed fixtures loading (for real now hopefully)
This commit is contained in:
parent
f27f0ab12d
commit
9a1961bcd7
1 changed files with 2 additions and 0 deletions
|
|
@ -279,6 +279,8 @@ when@test: &test
|
||||||
|
|
||||||
App\DataFixtures\:
|
App\DataFixtures\:
|
||||||
resource: '../src/DataFixtures/'
|
resource: '../src/DataFixtures/'
|
||||||
|
autoconfigure: true
|
||||||
|
autowire: true
|
||||||
|
|
||||||
App\Doctrine\Purger\:
|
App\Doctrine\Purger\:
|
||||||
resource: '../src/Doctrine/Purger/'
|
resource: '../src/Doctrine/Purger/'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue