mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
moved the unit test bootstrap file to a more obvious place
This commit is contained in:
+1
-1
@@ -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();
|
||||
Reference in New Issue
Block a user