GcConfig\Controller\RoleControllerTest::testCreateAction PHP Method

testCreateAction() public method

Test
public testCreateAction ( ) : void
return void
    public function testCreateAction()
    {
        $this->dispatch('/admin/config/user/role/create');
        $this->assertResponseStatusCode(200);
        $this->assertModuleName('GcConfig');
        $this->assertControllerName('RoleController');
        $this->assertControllerClass('RoleController');
        $this->assertMatchedRouteName('config/user/role/create');
    }