GcContent\Controller\TranslationControllerTest::testDownloadAction PHP Method

testDownloadAction() public method

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