aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Unit/ExampleTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/ExampleTest.php')
-rwxr-xr-xtests/Unit/ExampleTest.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php
deleted file mode 100755
index e9fe19c..0000000
--- a/tests/Unit/ExampleTest.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-namespace Tests\Unit;
-
-use Tests\TestCase;
-use Illuminate\Foundation\Testing\RefreshDatabase;
-
-class ExampleTest extends TestCase
-{
- /**
- * A basic test example.
- *
- * @return void
- */
- public function testBasicTest()
- {
- $this->assertTrue(true);
- }
-}