GcContent\Controller\TranslationControllerTest::testCreateAction PHP Method

testCreateAction() public method

Test
public testCreateAction ( ) : void
return void
    public function testCreateAction()
    {
        $this->dispatch('/admin/content/translation/create');
        $this->assertResponseStatusCode(200);
        $this->assertModuleName('GcContent');
        $this->assertControllerName('TranslationController');
        $this->assertControllerClass('TranslationController');
        $this->assertMatchedRouteName('content/translation/create');
    }