Neos\Flow\Tests\Functional\Mvc\ViewsConfiguration\ViewsConfigurationTest::changeTemplatePathAndFilenameForWidget PHP Метод

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

    public function changeTemplatePathAndFilenameForWidget()
    {
        if ($this->objectManager->get(PackageManagerInterface::class)->isPackageActive('Neos.FluidAdaptor') === false) {
            $this->markTestSkipped('No Fluid adaptor installed');
        }
        $response = $this->browser->request('http://localhost/test/mvc/viewsconfigurationa/widget');
        $this->assertEquals('Changed on Package Level', trim($response->getContent()));
    }