Esempio n. 1
0
 /**
  * @test
  * @expectedException LogicException
  * @author Bastian Waidelich <*****@*****.**>
  */
 public function callingInvalidMethodThrowsException()
 {
     $arguments = new Tx_Extbase_MVC_Controller_Arguments();
     $arguments->nonExistingMethod();
 }