Skip to content

Commit

Permalink
Merge pull request #36 from ulilicht/master
Browse files Browse the repository at this point in the history
Added debug message before loading files
  • Loading branch information
h4cc committed Oct 27, 2014
2 parents 51cbb00 + 66f1974 commit 2fb8ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Fixtures/FixtureManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public function load(FixtureSet $set)
$loader = $loaders[$file['type']];

$loader->setReferences($references);
$this->logDebug(sprintf('Loading file: %s ...', $file['path']));
$newObjects = $loader->load($file['path']);
$references = $loader->getReferences();

Expand Down

0 comments on commit 2fb8ad6

Please sign in to comment.