Skip to content

Commit 974b074

Browse files
authored
fixed unused coverage reference
1 parent b43d25a commit 974b074

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/pdo/ezSQL_pdoTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
*
2323
* @author Stefanie Janine Stoelting <[email protected]>
2424
* @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
2925
* @uses ez_test.sqlite
3026
* @package ezSQL
3127
* @subpackage unitTests
@@ -385,4 +381,4 @@ public function testSQLiteGet_set() {
385381
$this->assertequals($expected, $this->object->get_set($params));
386382
} // testSQLiteGet_set
387383

388-
} // ezSQL_pdoTest
384+
} // ezSQL_pdoTest

0 commit comments

Comments
 (0)