public function testDeleteDatatypeMappingNonString()
 {
     $this->setExpectedException('InvalidArgumentException', '$datatype should be a string and cannot be null or empty');
     EasyRdf_Literal::deleteDatatypeMapping(array());
 }