From 9222f71fd79ecfaaf7c058e945ec146a2ed592a1 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Thu, 23 Oct 2014 18:45:46 +0300 Subject: [PATCH 1/2] 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 From 3533c8bb7542ad597e2f03719c98cc239aaefd2b Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Thu, 23 Oct 2014 18:50:59 +0300 Subject: [PATCH 2/2] Update project name --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 992e2b49..77a5d7d9 100644 --- a/build.xml +++ b/build.xml @@ -1,4 +1,4 @@ - +