Set the trace error flag
| Parameters: | boolean – |
|---|---|
| Return type: | AbstractControllerTestCase |
Get the usage of the console router or not
| Return type: | boolean $boolean |
|---|
Set the usage of the console router or not
| Parameters: | boolean – |
|---|---|
| Return type: | AbstractControllerTestCase |
Get the application config
| Return type: | array the application config |
|---|
Set the application config
| Parameters: | array – |
|---|---|
| Throws LogicException: | |
Get the application object
| Return type: | ZendMvcApplicationInterface |
|---|
Get the service manager of the application object
| Return type: | ZendServiceManagerServiceManager |
|---|
Get the application request object
| Return type: | ZendStdlibRequestInterface |
|---|
Get the application response object
| Return type: | ResponseInterface |
|---|
Set the request URL
| Parameters: | string – |
|---|---|
| Return type: | AbstractControllerTestCase |
Dispatch the MVC with an URL Accept a HTTP (simulate a customer action) or console route.
The URL provided set the request URI in the request object.
| Parameters: | string – |
|---|---|
| Throws Exception: | |
Reset the request
| Return type: | AbstractControllerTestCase |
|---|
Trigger an application event
| Parameters: | string – |
|---|---|
| Return type: | ZendEventManagerResponseCollection |
Assert modules were loaded with the module manager
| Parameters: | array – |
|---|
Assert modules were not loaded with the module manager
| Parameters: | array – |
|---|
Retrieve the response status code
| Return type: | int |
|---|
Assert response status code
| Parameters: | int – |
|---|
Assert not response status code
| Parameters: | int – |
|---|
Assert the application exception and message
| Parameters: |
|
|---|
Get the full current controller class name
| Return type: | string |
|---|
Assert that the application route match used the given module
| Parameters: | string – |
|---|
Assert that the application route match used NOT the given module
| Parameters: | string – |
|---|
Assert that the application route match used the given controller class
| Parameters: | string – |
|---|
Assert that the application route match used NOT the given controller class
| Parameters: | string – |
|---|
Assert that the application route match used the given controller name
| Parameters: | string – |
|---|
Assert that the application route match used NOT the given controller name
| Parameters: | string – |
|---|
Assert that the application route match used the given action
| Parameters: | string – |
|---|
Assert that the application route match used NOT the given action
| Parameters: | string – |
|---|