From: Tim Otten Date: Tue, 22 Jul 2014 07:45:34 +0000 (-0700) Subject: CRM-15011 - Add phpunit.xml and bootstrap.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=781cfdd018dd7c55896f2a4be4786aa0611eac4b;p=civicrm-core.git CRM-15011 - Add phpunit.xml and 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 @@ +