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