We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8c750 commit 96ffd21Copy full SHA for 96ffd21
config/cli-config.php
@@ -5,7 +5,7 @@
5
*/
6
use Doctrine\ORM\Tools\Console\ConsoleRunner;
7
8
-require_once 'Tests/Doctrine/bootstrap.php';
+require_once __DIR__.'/../tests/Integrations/Doctrine/bootstrap.php';
9
10
//global $entityManager from boostrap.php
11
return ConsoleRunner::createHelperSet(GetEntityManager());
0 commit comments