public function testGetPairs() { $types = MimeType::getPairs(); $this->assertType(PHPUnit_Framework_Constraint_IsType::TYPE_ARRAY, $types, "Should return associative array of mimetypes."); }