Test Setup Failed
Branch master (884cd8)
by Derek Stephen
06:34
created
HasViewTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     public function testRouter()
14 14
     {
15 15
         $class = new class {
16
-          use HasViewTrait;
16
+            use HasViewTrait;
17 17
         };
18 18
 
19 19
         $class->setView(new ViewEngine());
Please login to merge, or discard this patch.