We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948f8b5 commit 1c25a08Copy full SHA for 1c25a08
Loader/SymfonyFixturesLoader.php
@@ -55,6 +55,8 @@ public function addFixture(FixtureInterface $fixture) : void
55
56
if ($fixture instanceof FixtureGroupInterface) {
57
$this->addGroupsFixtureMapping($class, $fixture::getGroups());
58
+ } else {
59
+ $this->addGroupsFixtureMapping($class, ['Default']);
60
}
61
62
parent::addFixture($fixture);
0 commit comments