From c73ee769e57f03d30addcec7d867c1d8d6f22cc6 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 26 Feb 2013 12:02:34 +0000 Subject: [PATCH] Added start of unittests --- phpunit.xml | 23 +++++++++++++++++++++++ tests/Bootstrap.php | 6 ++++++ tests/ProviderTest.php | 0 3 files changed, 29 insertions(+) create mode 100644 phpunit.xml create mode 100644 tests/Bootstrap.php create mode 100644 tests/ProviderTest.php diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..6549e92 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,23 @@ + + + + + tests + + + + + PEAR_INSTALL_DIR + PHP_LIBDIR + vendor/composer + vendor/phpunit + tests + + + + + + + + + \ No newline at end of file diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php new file mode 100644 index 0000000..ff9fb28 --- /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/ProviderTest.php b/tests/ProviderTest.php new file mode 100644 index 0000000..e69de29