Exemple #1
0
 /**
  * @expectedException BadMethodCallException
  */
 public function testCallingANonExistentMethodOnTheUnderlayingBlockCipherWillThrowAnException()
 {
     $this->sut->foo();
 }