/** * Test behavior of magic method __call about a protected method during outside calling. */ public function testCallProtectedFromState() { $this->initializeProxy('state1', true); $this->assertEquals('fooBar', $this->proxy->callProMethod()); }