summaryrefslogtreecommitdiff
path: root/tests/BaseTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BaseTestCase.php')
-rw-r--r--tests/BaseTestCase.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/BaseTestCase.php b/tests/BaseTestCase.php
new file mode 100644
index 0000000..a309be7
--- /dev/null
+++ b/tests/BaseTestCase.php
@@ -0,0 +1,5 @@
+<?php
+
+use PHPUnit\Framework\TestCase;
+
+class BaseTestCase extends TestCase {} \ No newline at end of file