mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Downport changes from v1.6 to v1.4
This commit is contained in:
parent
c4f0fc785d
commit
701265d3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ final class ProductAttributeFixturesTest extends KernelTestCase
|
|||
|
||||
$suite = new Suite('test');
|
||||
$suite->addListener($listenerRegistry->getListener('orm_purger'), ['mode' => 'delete', 'exclude' => [], 'managers' => [null]]);
|
||||
$suite->addFixture($fixtureRegistry->getFixture('locale'), ['locales' => ['en_US'], 'load_default_locale' => false]);
|
||||
$suite->addFixture($fixtureRegistry->getFixture('locale'), ['locales' => [], 'load_default_locale' => true]);
|
||||
$suite->addFixture($fixtureRegistry->getFixture('taxon'), ['custom' => ['books' => ['name' => 'Books', 'code' => 'BOOKS']]]);
|
||||
$suite->addFixture($fixtureRegistry->getFixture('product_attribute'), ['custom' => [
|
||||
'book_author' => ['name' => 'Author', 'code' => 'AUTHOR', 'type' => 'text'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue