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

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

    public function viewObjectNameChanged()
    {
        $response = $this->browser->request('http://localhost/test/mvc/viewsconfigurationc/index');
        $this->assertEquals(Fixtures\TemplateView::class, $response->getContent());
    }