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 b43d25a commit 974b074Copy full SHA for 974b074
tests/pdo/ezSQL_pdoTest.php
@@ -22,10 +22,6 @@
22
*
23
* @author Stefanie Janine Stoelting <[email protected]>
24
* @name ezSQL_pdoTest
25
- * @uses postgresql_test_db_tear_up.sql
26
- * @uses postgresql_test_db_tear_down.sql
27
- * @uses mysql_test_db_tear_up.sql
28
- * @uses mysql_test_db_tear_down.sql
29
* @uses ez_test.sqlite
30
* @package ezSQL
31
* @subpackage unitTests
@@ -385,4 +381,4 @@ public function testSQLiteGet_set() {
385
381
$this->assertequals($expected, $this->object->get_set($params));
386
382
} // testSQLiteGet_set
387
383
388
-} // ezSQL_pdoTest
384
+} // ezSQL_pdoTest
0 commit comments