Neos\Flow\Tests\Functional\Mvc\ViewsConfiguration\ViewsConfigurationTest::viewObjectNameChanged PHP Méthode

viewObjectNameChanged() public méthode

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