From 5f1779c4e786879267ade96b8ee3d4e860c7f26b Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 2 Jan 2013 22:32:49 +0000 Subject: [PATCH] Autoload dependencies with autoloader in bootstrap.php --- build/phpunit.xml | 2 +- tests/Bootstrap.php | 6 ++++++ tests/authentication/server_test.php | 3 --- tests/resource/server_test.php | 3 --- 4 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 tests/Bootstrap.php diff --git a/build/phpunit.xml b/build/phpunit.xml index 29dde6c9..792b1799 100644 --- a/build/phpunit.xml +++ b/build/phpunit.xml @@ -1,5 +1,5 @@ - + ../tests/authentication diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php new file mode 100644 index 00000000..ff9fb28e --- /dev/null +++ b/tests/Bootstrap.php @@ -0,0 +1,6 @@ + wget http://getcomposer.org/composer.phar\n> php composer.phar install\n"); +} \ No newline at end of file diff --git a/tests/authentication/server_test.php b/tests/authentication/server_test.php index e7132ec7..36ac49eb 100644 --- a/tests/authentication/server_test.php +++ b/tests/authentication/server_test.php @@ -1,8 +1,5 @@