Neos\Flow\Tests\Functional\Aop\AopProxyTest::anAdvicedParentMethodIsCalledCorrectlyIfANonAdvicedOverridingMethodCallsIt PHP Метод

anAdvicedParentMethodIsCalledCorrectlyIfANonAdvicedOverridingMethodCallsIt() публичный Метод

    public function anAdvicedParentMethodIsCalledCorrectlyIfANonAdvicedOverridingMethodCallsIt()
    {
        $targetClass = new Fixtures\ChildClassOfTargetClass01();
        $this->assertEquals('Two plus two makes five! For big twos and small fives! That was smart, eh?', $targetClass->saySomethingSmart());
    }