diff --git a/tests/unit/e_db_pdoTest.php b/tests/unit/e_db_pdoTest.php index 2b10ba78f..6b1338a25 100644 --- a/tests/unit/e_db_pdoTest.php +++ b/tests/unit/e_db_pdoTest.php @@ -492,12 +492,13 @@ { } - +*/ public function testDb_Field() { - + $result = $this->db->db_Field('plugin', 'plugin_path'); + $this->assertTrue($result); } - +/* public function testColumnCount() {