예제 #1
0
 public function testProtectedMethodCanBeInvoked()
 {
     $proxy = new Proxy(new Foo());
     $this->assertEquals('result', $proxy->protectedMethod());
 }