From 781cfdd018dd7c55896f2a4be4786aa0611eac4b Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 22 Jul 2014 00:45:34 -0700 Subject: [PATCH] CRM-15011 - Add phpunit.xml and bootstrap.php --- phpunit.xml.dist | 27 +++++++++++++++++++++++ tests/phpunit/CiviTest/bootstrap.php | 33 ++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 phpunit.xml.dist create mode 100644 tests/phpunit/CiviTest/bootstrap.php diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000000..fb7ae2289e --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,27 @@ + + + + ./tests/phpunit/ + + + + + + ./CRM + ./Civi + ./api + + + + diff --git a/tests/phpunit/CiviTest/bootstrap.php b/tests/phpunit/CiviTest/bootstrap.php new file mode 100644 index 0000000000..f32f6a4e82 --- /dev/null +++ b/tests/phpunit/CiviTest/bootstrap.php @@ -0,0 +1,33 @@ +