Пример #1
0
 /**
  * Test behavior of magic method __call about a protected method during outside calling.
  *
  * @expectedException \Throwable
  */
 public function testCallProtectedFromOutside()
 {
     $this->proxy->protectedMethodToCall();
 }