Skip to content

Commit

Permalink
Merge pull request #216 from havvg/1.2
Browse files Browse the repository at this point in the history
fix FixturesLoadCommandTest on symbolic directory
  • Loading branch information
havvg committed Mar 13, 2013
2 parents d6e4ed8 + 9b33b91 commit 6b2913c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Command/FixturesLoadCommandTest.php
Expand Up @@ -35,6 +35,8 @@ public function setUp()
$this->filesystem = new Filesystem();
$this->filesystem->mkdir($this->fixturesDir);

$this->fixturesDir = realpath($this->fixturesDir);

foreach ($this->fixturesFiles as $file) {
$this->filesystem->touch($this->fixturesDir . DIRECTORY_SEPARATOR . $file);
}
Expand Down

0 comments on commit 6b2913c

Please sign in to comment.