Skip to content

Commit 96ffd21

Browse files
author
Nil Portugues Caldero
committed
fixing path for cli-config.php
1 parent bb8c750 commit 96ffd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/cli-config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
use Doctrine\ORM\Tools\Console\ConsoleRunner;
77

8-
require_once 'Tests/Doctrine/bootstrap.php';
8+
require_once __DIR__.'/../tests/Integrations/Doctrine/bootstrap.php';
99

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

0 commit comments

Comments
 (0)