'Table list', 'desc' => 'Make sure table names are returned for populating forms.', 'group' => 'DB Maintenance' ); } function testTableList() { $result = _db_maintenance_list_mysql_tables(); $this->assertNotNull($result); $this->assertIsA($result, 'array'); $this->assertNotIdentical(sizeof($result), 0); } }