Ejemplo n.º 1
0
 public function testMagicCallWhichIsNotGet()
 {
     $this->setExpectedException("Yadif_Exception");
     $yadif = new Yadif_Container();
     $yadif->someInvalidCall();
 }