Пример #1
0
 /**
  * @test
  * @expectedException Exception
  */
 public function magicCallMethodTriggersAnErrorIfUnknownMethodsAreCalled()
 {
     $this->repository->__call('foo', array());
 }