From bb47a5d9449297de04509f46833c00c9120704fa Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 8 Feb 2019 13:46:51 -0800 Subject: [PATCH] test for db_Field() --- tests/unit/e_db_pdoTest.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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() {