GcDevelopment\Controller\DatatypeControllerTest::testCreateAction PHP Method

testCreateAction() public method

Test
public testCreateAction ( ) : void
return void
    public function testCreateAction()
    {
        $this->dispatch('/admin/development/datatype/create');
        $this->assertResponseStatusCode(200);
        $this->assertModuleName('GcDevelopment');
        $this->assertControllerName('DatatypeController');
        $this->assertControllerClass('DatatypeController');
        $this->assertMatchedRouteName('development/datatype/create');
    }