Completed
Push — master ( 2e7ca6...665d5a )
by Ankit
03:17
created
tests/TestCompose.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -47,9 +47,9 @@  discard block
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-    * @depends test_authRegister
51
-    *  Testing for the register with empty username
52
-    */
50
+     * @depends test_authRegister
51
+     *  Testing for the register with empty username
52
+     */
53 53
     public function test_authRegister2($sessionId)
54 54
     {
55 55
         $expectedOutput = [
@@ -94,9 +94,9 @@  discard block
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-    *   @depends test_authRegister
98
-    *  Empty the DB
99
-    */
97
+     *   @depends test_authRegister
98
+     *  Empty the DB
99
+     */
100 100
     public function test_EmptyDB()
101 101
     {
102 102
         $connect = mysqli_connect(
Please login to merge, or discard this patch.
tests/TestSearch.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -47,9 +47,9 @@  discard block
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-    * @depends test_authRegister
51
-    *  Testing for the register with empty username
52
-    */
50
+     * @depends test_authRegister
51
+     *  Testing for the register with empty username
52
+     */
53 53
     public function test_authRegister2($sessionId)
54 54
     {
55 55
         $expectedOutput = [
@@ -94,9 +94,9 @@  discard block
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-    *   @depends test_authRegister
98
-    *  Empty the DB
99
-    */
97
+     *   @depends test_authRegister
98
+     *  Empty the DB
99
+     */
100 100
     public function test_EmptyDB()
101 101
     {
102 102
         $connect = mysqli_connect(
Please login to merge, or discard this patch.