Neos\Flow\Tests\Functional\Mvc\ViewsConfiguration\ViewsConfigurationTest::viewObjectNameChanged PHP Method

viewObjectNameChanged() public method

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