Completed
Push — testing ( 47b2d2...f7dfcc )
by Ankit
03:27
created
tests/TestUser.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@  discard block
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-    * @depends test_authRegister
46
-    */
45
+     * @depends test_authRegister
46
+     */
47 47
 
48 48
     public function test_authLogin()
49 49
     {
@@ -60,8 +60,8 @@  discard block
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-    *   @depends test_authLogin
64
-    */
63
+     *   @depends test_authLogin
64
+     */
65 65
     public function test_EmptyDB()
66 66
     {
67 67
         $connect = mysqli_connect(
Please login to merge, or discard this patch.