Completed
Push — master ( 665d5a...7ef82a )
by Ankit
03:04
created
tests/TestReply.php 2 patches
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace ChatApp\Tests;
4 4
 use PHPUnit_Framework_TestCase;
5 5
 use ChatApp\Register;
6
-use ChatApp\Search;
7 6
 use ChatApp\Reply;
8 7
 use ChatApp\Session;
9
-
10 8
 use Dotenv\Dotenv;
11 9
 $dotenv = new Dotenv(dirname(__DIR__));
12 10
 $dotenv->load();
Please login to merge, or discard this patch.
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -48,9 +48,9 @@  discard block
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-    * @depends test_authRegister
52
-    *  Testing for the register with empty username
53
-    */
51
+     * @depends test_authRegister
52
+     *  Testing for the register with empty username
53
+     */
54 54
     public function test_authRegister2($userId)
55 55
     {
56 56
         $msg = [
@@ -133,9 +133,9 @@  discard block
 block discarded – undo
133 133
     }
134 134
 
135 135
     /**
136
-    *   @depends test_authRegister2
137
-    *  Empty the DB
138
-    */
136
+     *   @depends test_authRegister2
137
+     *  Empty the DB
138
+     */
139 139
     // public function test_EmptyDB()
140 140
     // {
141 141
     //     $connect = mysqli_connect(
Please login to merge, or discard this patch.