PHP Class GcDevelopment\Controller\DatatypeControllerTest

Afficher le fichier Open project: gotcms/gotcms

Méthodes publiques

Méthode Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
testCreateAction ( ) : void Test
testCreateWithInvalidPostData ( ) : void Test
testCreateWithPostData ( ) : void Test
testDeleteAction ( ) : void Test
testDeleteActionWithInvalidId ( ) : void Test
testEditAction ( ) : void Test
testEditActionWithInvalidPostData ( ) : void Test
testEditActionWithPostData ( ) : void Test
testEditActionWithWrongId ( ) : void Test
testIndexAction ( ) : void Test

Method Details

setUp() public méthode

This method is called before a test is executed.
public setUp ( ) : void
Résultat void

testCreateAction() public méthode

Test
public testCreateAction ( ) : void
Résultat void

testCreateWithInvalidPostData() public méthode

Test
public testCreateWithInvalidPostData ( ) : void
Résultat void

testCreateWithPostData() public méthode

Test
public testCreateWithPostData ( ) : void
Résultat void

testDeleteAction() public méthode

Test
public testDeleteAction ( ) : void
Résultat void

testDeleteActionWithInvalidId() public méthode

Test
public testDeleteActionWithInvalidId ( ) : void
Résultat void

testEditAction() public méthode

Test
public testEditAction ( ) : void
Résultat void

testEditActionWithInvalidPostData() public méthode

Test

testEditActionWithPostData() public méthode

Test
public testEditActionWithPostData ( ) : void
Résultat void

testEditActionWithWrongId() public méthode

Test
public testEditActionWithWrongId ( ) : void
Résultat void

testIndexAction() public méthode

Test
public testIndexAction ( ) : void
Résultat void