Exemplo n.º 1
0
 /**
  * Test behavior of magic method __call about a protected method during outside calling.
  *
  * @expectedException \Throwable
  */
 public function testCallPrivateFromOutside()
 {
     $this->proxy->privateMethodToCall();
 }