Skip to content

Commit

Permalink
fixing path for cli-config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nil Portugues Caldero committed Jul 12, 2016
1 parent bb8c750 commit 96ffd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cli-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
use Doctrine\ORM\Tools\Console\ConsoleRunner;

require_once 'Tests/Doctrine/bootstrap.php';
require_once __DIR__.'/../tests/Integrations/Doctrine/bootstrap.php';

//global $entityManager from boostrap.php
return ConsoleRunner::createHelperSet(GetEntityManager());

0 comments on commit 96ffd21

Please sign in to comment.