From 9222f71fd79ecfaaf7c058e945ec146a2ed592a1 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Thu, 23 Oct 2014 18:45:46 +0300 Subject: [PATCH] Add bootstrap and initial phpunit config --- tests/bootstrap.php | 16 ++++++++++++++++ tests/phpunit.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 tests/bootstrap.php create mode 100644 tests/phpunit.xml diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 00000000..e69f5862 --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,16 @@ + + + + . + + + + + ../../mail + + ../../documents/l10n + ../../documents/tests + + + + + + + + \ No newline at end of file