Skip to content

Commit b43d25a

Browse files
authored
fixed unused coverage reference
1 parent 30c50c4 commit b43d25a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/mysql/ezSQL_mysqliTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
*
1616
* @author Stefanie Janine Stoelting <[email protected]>
1717
* @name ezSQL_mysqliTest
18-
* @uses mysql_test_db_tear_up.sql
19-
* @uses mysql_test_db_tear_down.sql
2018
* @package ezSQL
2119
* @subpackage unitTests
2220
* @license FREE / Donation (LGPL - You may do what you like with ezSQL - no exceptions.)
@@ -226,4 +224,4 @@ public function testPrepare() {
226224
$this->assertTrue($result->execute());
227225
} // testPrepare
228226

229-
} // ezSQL_mysqliTest
227+
} // ezSQL_mysqliTest

0 commit comments

Comments
 (0)