Completed
Push — master ( a14055...bb6570 )
by Ankit
03:42
created
tests/TestSession.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 block discarded – undo
19 19
     }
20 20
 
21 21
     /**
22
-    * @depends testPutValue
23
-    */
22
+     * @depends testPutValue
23
+     */
24 24
     public function testGet($array)
25 25
     {
26 26
         $value = Session::get($array['key']);
Please login to merge, or discard this patch.