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