File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010class ConfigTest extends EZTestCase
1111{
1212 /**
13- * @covers ezsql\Config::SetupMysqli
13+ * @covers ezsql\Config::setupMysqli
1414 */
1515 public function testSetupMysqli ()
1616 {
@@ -53,7 +53,7 @@ public function testErrorMysqli()
5353 }
5454
5555 /**
56- * @covers ezsql\Config::SetupPdo
56+ * @covers ezsql\Config::setupPdo
5757 */
5858 public function testSetupPdo ()
5959 {
@@ -114,7 +114,7 @@ public function test__callPdo()
114114 }
115115
116116 /**
117- * @covers ezsql\Config::SetupPgsql
117+ * @covers ezsql\Config::setupPgsql
118118 */
119119 public function testSetupPgsql ()
120120 {
@@ -159,7 +159,7 @@ public function testErrorPgsql()
159159 }
160160
161161 /**
162- * @covers ezsql\Config::SetupSqlsrv
162+ * @covers ezsql\Config::setupSqlsrv
163163 */
164164 public function testSetupSqlsrv ()
165165 {
@@ -202,7 +202,7 @@ public function testErrorSqlsrv()
202202 }
203203
204204 /**
205- * @covers ezsql\Config::SetupSqlite3
205+ * @covers ezsql\Config::setupSqlite3
206206 */
207207 public function testSetupSqlite3 ()
208208 {
You can’t perform that action at this time.
0 commit comments