Skip to content

Commit

Permalink
Fix loading fixtures from paths
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGalek authored and f3l1x committed Jul 22, 2023
1 parent 1b9a1c2 commit 63f1fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/LoadDataFixturesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
}
}

$this->fixturesLoader->load();
$fixtures = $this->fixturesLoader->getFixtures();
if ($fixtures === []) {
$ui->error('Could not find any fixture services to load.');
Expand Down

0 comments on commit 63f1fe5

Please sign in to comment.