Passed
Push — master ( 7b25c0...4230b8 )
by Joao
01:51
created
tests/SqlServerDatabaseTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 block discarded – undo
19 19
     public function getExpectedUsersVersion1()
20 20
     {
21 21
         return [
22
-            ["id" => 1, "name" => 'John Doe', 'createdate' => '2016-01-10'],
23
-            ["id" => 2, "name" => 'Jane Doe', 'createdate' => '2015-12-30']
22
+            [ "id" => 1, "name" => 'John Doe', 'createdate' => '2016-01-10' ],
23
+            [ "id" => 2, "name" => 'Jane Doe', 'createdate' => '2015-12-30' ]
24 24
         ];
25 25
     }
26 26
 
Please login to merge, or discard this patch.