1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-02 00:45:03 +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()
{
$result = $this->db->db_Field('plugin', 'plugin_path');
$this->assertTrue($result);
}
/*
public function testColumnCount()
{