Passed
Push — master ( e1b903...7989cd )
by Arthur
12:08
created
src/Foundation/Tests/CacheObserverTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 
20 20
     public function testCacheSpeed()
21 21
     {
22
-        $model = Account::create(["testthisshit" => 5]);
22
+        $model = Account::create([ "testthisshit" => 5 ]);
23 23
         \Cache::forever('testmodel', $model);
24 24
 
25 25
         $time_db_start = microtime(true);
Please login to merge, or discard this patch.