From bfbba5a5f15f4568797bf67513014b94beddaa14 Mon Sep 17 00:00:00 2001 From: Justin Rainbow Date: Tue, 15 Mar 2011 18:14:01 -0700 Subject: [PATCH] Updates to bootstrap - removing test includes from main bootstrap file --- bootstrap.php | 2 +- phpunit.xml.dist | 2 +- tests/bootstrap.php | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 tests/bootstrap.php diff --git a/bootstrap.php b/bootstrap.php index d1a4a84..aba016a 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -2,4 +2,4 @@ require 'libs/JsonSchema.php'; require 'libs/JsonSchemaUndefined.php'; -require 'tests/BaseTestCase.php'; + diff --git a/phpunit.xml.dist b/phpunit.xml.dist index cc5e764..752f3d6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,7 +9,7 @@ processIsolation="false" stopOnFailure="false" syntaxCheck="false" - bootstrap="bootstrap.php" + bootstrap="tests/bootstrap.php" verbose="true" > diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..6e9d185 --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,4 @@ +