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:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user