mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
tables with invalid value
This commit is contained in:
@@ -790,6 +790,9 @@
|
|||||||
|
|
||||||
$list = $this->db->db_TableList('lan');
|
$list = $this->db->db_TableList('lan');
|
||||||
$this->assertEmpty($list);
|
$this->assertEmpty($list);
|
||||||
|
|
||||||
|
$list = $this->db->db_TableList('invalid');
|
||||||
|
$this->assertEmpty($list);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testTables()
|
public function testTables()
|
||||||
|
Reference in New Issue
Block a user