Passed
Push — dev ( 1ce27a...6d61f6 )
by Plamen
02:12
created
tests/TableTest.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         $this->assertSame('second', $b);
26 26
     }
27 27
     
28
-    public function testprepare(){
28
+    public function testprepare() {
29 29
         $this->assertSame(Table::$pageExt, null);
30 30
         //var_dump('passed');
31 31
     }
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,8 @@
 block discarded – undo
25 25
         $this->assertSame('second', $b);
26 26
     }
27 27
     
28
-    public function testprepare(){
28
+    public function testprepare()
29
+    {
29 30
         $this->assertSame(Table::$pageExt, null);
30 31
         //var_dump('passed');
31 32
     }
Please login to merge, or discard this patch.