Esempio n. 1
0
 /**
  * @expectedException \BadMethodCallException
  */
 public function testUnavailablePropertyGetterCallThrowsAnException()
 {
     $testCase = new TestsCases\BaseTestCase();
     $testCase->getNotAccessibleProperty();
 }