Downport changes from v1.6 to v1.4

This commit is contained in:
Kamil Kokot 2019-06-20 18:26:06 +08:00
parent c4f0fc785d
commit 701265d3ad
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

@ -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'],