summaryrefslogtreecommitdiffstats
path: root/tests/HelpersTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/HelpersTest.php')
-rw-r--r--tests/HelpersTest.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/HelpersTest.php b/tests/HelpersTest.php
deleted file mode 100644
index a21ef1b..0000000
--- a/tests/HelpersTest.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-use PHPUnit\Framework\TestCase;
-
-class HelpersTest extends TestCase
-{
- public function test_a()
- {
- $this->assertTrue(true);
- }
-}