We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7557dba commit 30c50c4Copy full SHA for 30c50c4
tests/mysql/ezSQL_mysqlTest.php
@@ -15,8 +15,6 @@
15
*
16
* @author Stefanie Janine Stoelting <[email protected]>
17
* @name ezSQL_mysqlTest
18
- * @uses mysql_test_db_tear_up.sql
19
- * @uses mysql_test_db_tear_down.sql
20
* @package ezSQL
21
* @subpackage unitTests
22
* @license FREE / Donation (LGPL - You may do what you like with ezSQL - no exceptions.)
@@ -208,4 +206,4 @@ public function testGetInsertId() {
208
206
$this->assertEquals($this->object->query('DROP TABLE unit_test'), 0);
209
207
} // testInsertId
210
211
-} // ezSQL_mysqlTest
+} // ezSQL_mysqlTest
0 commit comments