HelloWorldControllerTest
extends PluginIntegrationTestCase
in package
Template\Controller\HelloWorldController Test Case
Tags
Table of Contents
Constants
- PLUGIN_NAME = 'Template'
Methods
- testAddGet() : void
- Test add method GET
- testAddPost() : void
- Test add method POST
- testAddPostInvalid() : void
- Test add method POST with invalid data
- testAuthorizationUnauthenticated() : void
- Test authorization - unauthenticated user
- testAuthorizationUnauthorized() : void
- Test authorization - unauthorized user
- testDelete() : void
- Test delete method
- testDeleteWithGet() : void
- Test delete method with GET (should fail)
- testEditGet() : void
- Test edit method GET
- testEditPost() : void
- Test edit method POST
- testIndex() : void
- Test index method
- testIndexAuthenticated() : void
- Test index method with authentication
- testView() : void
- Test view method
- testWithQueryParameters() : void
- Test with query parameters
- setUp() : void
Constants
PLUGIN_NAME
protected
mixed
PLUGIN_NAME
= 'Template'
Methods
testAddGet()
Test add method GET
public
testAddGet() : void
Tags
testAddPost()
Test add method POST
public
testAddPost() : void
Tags
testAddPostInvalid()
Test add method POST with invalid data
public
testAddPostInvalid() : void
Tags
testAuthorizationUnauthenticated()
Test authorization - unauthenticated user
public
testAuthorizationUnauthenticated() : void
testAuthorizationUnauthorized()
Test authorization - unauthorized user
public
testAuthorizationUnauthorized() : void
testDelete()
Test delete method
public
testDelete() : void
Tags
testDeleteWithGet()
Test delete method with GET (should fail)
public
testDeleteWithGet() : void
Tags
testEditGet()
Test edit method GET
public
testEditGet() : void
Tags
testEditPost()
Test edit method POST
public
testEditPost() : void
Tags
testIndex()
Test index method
public
testIndex() : void
Tags
testIndexAuthenticated()
Test index method with authentication
public
testIndexAuthenticated() : void
Tags
testView()
Test view method
public
testView() : void
Tags
testWithQueryParameters()
Test with query parameters
public
testWithQueryParameters() : void
setUp()
protected
setUp() : void