1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

test for db_Field()

This commit is contained in:
Cameron
2019-02-08 13:46:51 -08:00
parent b0ae4b6e3d
commit bb47a5d944

View File

@@ -492,12 +492,13 @@
{ {
} }
*/
public function testDb_Field() public function testDb_Field()
{ {
$result = $this->db->db_Field('plugin', 'plugin_path');
$this->assertTrue($result);
} }
/*
public function testColumnCount() public function testColumnCount()
{ {