From d7079754264a31acf6bce90a87ff4f0defa02098 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 24 May 2012 02:09:54 +0200 Subject: [PATCH] [feature/phpunit] Add phpunit configuration and bootstrapping. --- phpunit.xml.dist | 18 ++++++++++++++++++ tests/bootstrap.php | 13 +++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 phpunit.xml.dist create mode 100644 tests/bootstrap.php diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 00000000..f579ab4f --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,18 @@ + + + + + + ./tests/ + + + + + + + ./phpseclib/ + + + diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 00000000..35c9427f --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,13 @@ +