aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/tests/Unit/ExampleTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/tests/Unit/ExampleTest.php')
-rw-r--r--main/app/tests/Unit/ExampleTest.php36
1 files changed, 18 insertions, 18 deletions
diff --git a/main/app/tests/Unit/ExampleTest.php b/main/app/tests/Unit/ExampleTest.php
index 4ac3e84..1a2dc40 100644
--- a/main/app/tests/Unit/ExampleTest.php
+++ b/main/app/tests/Unit/ExampleTest.php
@@ -1,19 +1,19 @@
-<?php
-
-namespace UserFrosting\Tests\Unit;
-
-use UserFrosting\Tests\TestCase;
-use UserFrosting\Tests\DatabaseTransactions;
-
-class ExampleTest extends TestCase
-{
- /**
- * A basic test example.
- *
- * @return void
- */
- public function testBasicTest()
- {
- $this->assertTrue(true);
- }
+<?php
+
+namespace UserFrosting\Tests\Unit;
+
+use UserFrosting\Tests\TestCase;
+use UserFrosting\Tests\DatabaseTransactions;
+
+class ExampleTest extends TestCase
+{
+ /**
+ * A basic test example.
+ *
+ * @return void
+ */
+ public function testBasicTest()
+ {
+ $this->assertTrue(true);
+ }
} \ No newline at end of file