From b5a753ded3d10f731f8aef95281a992e723547b4 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 5 Mar 2020 21:26:36 +0100 Subject: Add unit test preparation --- phpunit.xml | 8 ++++++++ tests/bootstrap.php | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 phpunit.xml create mode 100644 tests/bootstrap.php diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..526ab54 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,8 @@ + + + + + tests + + + diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..7bc89e6 --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,4 @@ + + -- cgit v1.2.3