Neos\Fusion\Tests\Functional\TypoScriptObjects\PrototypeInheritanceTest::contextDependentPrototypesTakeInheritanceIntoAccount PHP Метод

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

    public function contextDependentPrototypesTakeInheritanceIntoAccount()
    {
        $view = $this->buildView();
        $view->setTypoScriptPath('prototypeInheritanceContentDependent/element');
        $this->assertEquals('NEW VALUE in base class', $view->render());
    }