@@ -47,9 +47,9 @@ discard block |
||
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 |
||
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( |
@@ -47,9 +47,9 @@ discard block |
||
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 |
||
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( |
@@ -48,9 +48,9 @@ discard block |
||
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 |
||
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( |