GcConfig\Controller\RoleControllerTest::testIndexAction PHP Метод

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

Test
public testIndexAction ( ) : void
Результат void
    public function testIndexAction()
    {
        $this->dispatch('/admin/config/user/role');
        $this->assertResponseStatusCode(200);
        $this->assertModuleName('GcConfig');
        $this->assertControllerName('RoleController');
        $this->assertControllerClass('RoleController');
        $this->assertMatchedRouteName('config/user/role');
    }