diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2020-03-05 21:26:36 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2020-03-05 21:26:36 +0100 |
| commit | b5a753ded3d10f731f8aef95281a992e723547b4 (patch) | |
| tree | 74bab8a8f28febf88770b1745651ecdd03f9ab7a /tests/bootstrap.php | |
| parent | 5a0765445cb88f5727b0df31e64b5bed1c21cc1c (diff) | |
| download | phinde-b5a753ded3d10f731f8aef95281a992e723547b4.tar.gz phinde-b5a753ded3d10f731f8aef95281a992e723547b4.zip | |
Add unit test preparation
Diffstat (limited to 'tests/bootstrap.php')
| -rw-r--r-- | tests/bootstrap.php | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ +<?php +require_once __DIR__ . '/../src/init.php'; +?> + |
