Skip to content

Commit

Permalink
EZP-23653: shortened path to API tests fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Nov 17, 2014
1 parent c8a1b7d commit b6c464b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/API/Repository/Tests/SetupFactory/Legacy.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function insertData()

protected function getInitialVarDir()
{
return __DIR__ . '/../../../../Core/Repository/Tests/Service/Integration/Legacy/_fixtures/var';
return __DIR__ . '/../../../../../../var';
}

protected function cleanupVarDir( $sourceDir )
Expand Down

0 comments on commit b6c464b

Please sign in to comment.