assertEquals($difference, array()); } public function testPMA_SQPdata_function_name() { $this->assertSorted($GLOBALS['PMA_SQPdata_function_name']); } public function testPMA_SQPdata_column_attrib() { $this->assertSorted($GLOBALS['PMA_SQPdata_column_attrib']); } public function testPMA_SQPdata_reserved_word() { $this->assertSorted($GLOBALS['PMA_SQPdata_reserved_word']); } public function testPMA_SQPdata_forbidden_word() { $this->assertSorted($GLOBALS['PMA_SQPdata_forbidden_word']); } public function testPMA_SQPdata_column_type() { $this->assertSorted($GLOBALS['PMA_SQPdata_column_type']); } } ?>