aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/tests/Unit/ExampleTest.php
diff options
context:
space:
mode:
authorMarvin Borner2018-06-08 20:03:25 +0200
committerMarvin Borner2018-06-08 20:03:25 +0200
commit92b7dd3335a6572debeacfb5faa82c63a5e67888 (patch)
tree7ebbca22595d542ec5e2912a24a0400ac8f6b113 /main/app/tests/Unit/ExampleTest.php
parent22a1bb27f94ea33042b0bdd35bef1a5cfa96cc0d (diff)
Some minor fixes
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