Beispiel #1
0
 /**
  * @expectedException \BadMethodCallException
  */
 public function testCallGetterToInexistentPropertyThrowsAnException()
 {
     $testCase = new TestsCases\BaseTestCase();
     $testCase->getInexistentProperty();
 }