GcContent\Controller\TranslationControllerTest::testIndexAction PHP Метод

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

Test
public testIndexAction ( ) : void
Результат void
    public function testIndexAction()
    {
        $this->dispatch('/admin/content/translation');
        $this->assertResponseStatusCode(200);
        $this->assertModuleName('GcContent');
        $this->assertControllerName('TranslationController');
        $this->assertControllerClass('TranslationController');
        $this->assertMatchedRouteName('content/translation');
    }