mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-12 20:49:50 +00:00
Updated test method name and description
This commit is contained in:
parent
c77b628841
commit
38cad279d1
1 changed files with 2 additions and 2 deletions
|
@ -880,11 +880,11 @@ class ExceptionRendererTest extends CakeTestCase {
|
|||
}
|
||||
|
||||
/**
|
||||
* Tests that exception renderer dispatches Dispatcher.afterDispatch event on error response
|
||||
* Test that rendering exceptions triggers shutdown events.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testAfterDispatchEventOnErrorResponse() {
|
||||
public function testRenderShutdownEvents() {
|
||||
$fired = array();
|
||||
$listener = function ($event) use (&$fired) {
|
||||
$fired[] = $event->name();
|
||||
|
|
Loading…
Add table
Reference in a new issue