Exemplo n.º 1
0
 /**
  * @expectedException PHPUnit_Framework_Error
  * @expectedExceptionMessage Call to undefined method MIME_TYPE::doesNotExist()
  */
 public function test__callStaticUnknownMethod()
 {
     MIME_Type::doesNotExist();
 }