From 3fb36c0fcb254678bc90d9f54992d239c3cfa8d1 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 8 Jun 2010 16:12:41 +0200 Subject: [PATCH] moved the unit test bootstrap file to a more obvious place --- phpunit.xml | 2 +- test/Twig/Tests/bootstrap.php | 13 ------------- test/bootstrap.php | 13 +++++++++++++ 3 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 test/Twig/Tests/bootstrap.php create mode 100644 test/bootstrap.php diff --git a/phpunit.xml b/phpunit.xml index 83dd783..693dec4 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -9,7 +9,7 @@ processIsolation="false" stopOnFailure="false" syntaxCheck="false" - bootstrap="test/Twig/Tests/bootstrap.php" + bootstrap="test/bootstrap.php" > diff --git a/test/Twig/Tests/bootstrap.php b/test/Twig/Tests/bootstrap.php deleted file mode 100644 index 0b2d0a0..0000000 --- a/test/Twig/Tests/bootstrap.php +++ /dev/null @@ -1,13 +0,0 @@ -