Skip to content

Commit 79d6ac5

Browse files
committed
Update ConfigTest.php
1 parent b0dbc76 commit 79d6ac5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/ConfigTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class 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
{

0 commit comments

Comments
 (0)