mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
test for db_Field()
This commit is contained in:
@@ -492,12 +492,13 @@
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
public function testDb_Field()
|
||||
{
|
||||
|
||||
$result = $this->db->db_Field('plugin', 'plugin_path');
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
|
||||
/*
|
||||
public function testColumnCount()
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user