Neos\Fusion\Tests\Functional\TypoScriptObjects\TagTest::tagWithIgnorePropertiesInAttributes PHP Метод

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

    public function tagWithIgnorePropertiesInAttributes()
    {
        $view = $this->buildView();
        $view->setTypoScriptPath('tag/withIgnorePropertiesInAttributes');
        $this->assertSame('<title datafoo="baz_baz">foo</title>', $view->render());
    }