Completed
Push — master ( 5ee189...b3839b )
by Ankit
03:33
created
tests/TestAll.php 1 patch
Indentation   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -50,9 +50,9 @@  discard block
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-    * @depends testAuthRegister
54
-    *  Register User2
55
-    */
53
+     * @depends testAuthRegister
54
+     *  Register User2
55
+     */
56 56
     public function testAuthRegister2()
57 57
     {
58 58
         $output = $this->obRegister->authRegister(
@@ -77,9 +77,9 @@  discard block
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-    * @depends testAuthRegister2
81
-    *  Testing for the register with empty username
82
-    */
80
+     * @depends testAuthRegister2
81
+     *  Testing for the register with empty username
82
+     */
83 83
     public function testCompose()
84 84
     {
85 85
         $expectedOutput = ['location' => 'http://127.0.0.1/openchat/views/account.php'];
@@ -134,9 +134,9 @@  discard block
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-    * @depends testAuthRegister2
138
-    *  Testing for Search Class
139
-    */
137
+     * @depends testAuthRegister2
138
+     *  Testing for Search Class
139
+     */
140 140
     public function testSearch($userId)
141 141
     {
142 142
         $expectedOutput = ['location' => 'http://127.0.0.1/openchat/views/account.php'];
@@ -178,9 +178,9 @@  discard block
 block discarded – undo
178 178
 
179 179
 
180 180
     /**
181
-    * @depends testAuthRegister2
182
-    *  Testing for Reply Class
183
-    */
181
+     * @depends testAuthRegister2
182
+     *  Testing for Reply Class
183
+     */
184 184
     public function testReply($userId)
185 185
     {
186 186
         $expectedOutput = ['location' => 'http://127.0.0.1/openchat/views/account.php'];
@@ -236,9 +236,9 @@  discard block
 block discarded – undo
236 236
 
237 237
 
238 238
     /**
239
-    * @depends testReply
240
-    *  Testing for Search Class
241
-    */
239
+     * @depends testReply
240
+     *  Testing for Search Class
241
+     */
242 242
     public function testSearchWithTotalMessages()
243 243
     {
244 244
         $expectedOutput = ['location' => 'http://127.0.0.1/openchat/views/account.php'];
@@ -264,8 +264,8 @@  discard block
 block discarded – undo
264 264
     }
265 265
 
266 266
     /**
267
-    *  Testing for Search Class
268
-    */
267
+     *  Testing for Search Class
268
+     */
269 269
     public function testSidebar()
270 270
     {
271 271
         $expectedOutput = ['location' => 'http://127.0.0.1/openchat/views/account.php'];
@@ -294,9 +294,9 @@  discard block
 block discarded – undo
294 294
 
295 295
 
296 296
     /**
297
-    *   @depends testSidebar
298
-    *  Empty the DB
299
-    */
297
+     *   @depends testSidebar
298
+     *  Empty the DB
299
+     */
300 300
     public function test_EmptyDB()
301 301
     {
302 302
         $connect = mysqli_connect(
Please login to merge, or discard this patch.