Beispiel #1
0
 /**
  * @expectedException InvalidArgumentException
  * @expectedExceptionMessage Method does not exists
  */
 public function testInvalidMethod()
 {
     $dataWrapper = new TestDataWrapper();
     $dataWrapper->nonExistentMethod();
 }