We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b1dd1e + ba6a535 commit 51292a9Copy full SHA for 51292a9
src/Functional/DbManager/PHPCR.php
@@ -79,15 +79,13 @@ public function purgeRepository($initialize = false)
79
*/
80
public function loadFixtures(array $classNames, $initialize = false)
81
{
82
- $this->purgeRepository();
83
-
84
$loader = new ContainerAwareLoader($this->container);;
85
86
foreach ($classNames as $className) {
87
$this->loadFixtureClass($loader, $className);
88
}
89
90
- $this->getExecutor($initialize)->execute($loader->getFixtures(), true);
+ $this->getExecutor($initialize)->execute($loader->getFixtures(), false);
91
92
93
/**
0 commit comments