Minor - fixing require_once

1.10.x
Julio Montoya 12 years ago
parent c50f0e804a
commit e241de5131
  1. 2
      tests/doctrine_console/cli-config.php
  2. 2
      tests/doctrine_console/doctrine.php

@ -1,8 +1,6 @@
<?php
/* For licensing terms, see /license.txt */
require_once dirname(__FILE__).'/../../main/inc/global.inc.php';
$config = new \Doctrine\ORM\Configuration();
$config->setMetadataCacheImpl(new \Doctrine\Common\Cache\ArrayCache);

@ -1,5 +1,7 @@
<?php
/* For licensing terms, see /license.txt */
require_once dirname(__FILE__).'/../../vendor/autoload.php';
require_once dirname(__FILE__).'/../../main/inc/global.inc.php';
// Variable $helperSet is defined inside cli-config.php

Loading…
Cancel
Save