GcDevelopment\Controller\DatatypeControllerTest::testIndexAction PHP Méthode

testIndexAction() public méthode

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