Skip to content

Commit 30c50c4

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/mysql/ezSQL_mysqlTest.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_mysqlTest
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.)
@@ -208,4 +206,4 @@ public function testGetInsertId() {
208206
$this->assertEquals($this->object->query('DROP TABLE unit_test'), 0);
209207
} // testInsertId
210208

211-
} // ezSQL_mysqlTest
209+
} // ezSQL_mysqlTest

0 commit comments

Comments
 (0)