moved the unit test bootstrap file to a more obvious place

This commit is contained in:
Fabien Potencier
2010-06-08 16:12:41 +02:00
parent 68b966516c
commit 3fb36c0fcb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="test/Twig/Tests/bootstrap.php"
bootstrap="test/bootstrap.php"
>
<testsuites>
<testsuite name="Twig Test Suite">
@@ -9,5 +9,5 @@
* file that was distributed with this source code.
*/
require_once dirname(__FILE__).'/../../../lib/Twig/Autoloader.php';
require_once dirname(__FILE__).'/../lib/Twig/Autoloader.php';
Twig_Autoloader::register();