|
|
@@ -182,6 +182,7 @@ class ExceptionsTest extends TestCase
|
|
|
['Cake\Http\Exception\InternalErrorException', 500],
|
|
|
['Cake\Http\Exception\InvalidCsrfTokenException', 403],
|
|
|
['Cake\Http\Exception\MethodNotAllowedException', 405],
|
|
|
+ ['Cake\Http\Exception\MissingControllerException', 500],
|
|
|
['Cake\Http\Exception\NotAcceptableException', 406],
|
|
|
['Cake\Http\Exception\NotFoundException', 404],
|
|
|
['Cake\Http\Exception\NotImplementedException', 501],
|
|
|
@@ -194,7 +195,6 @@ class ExceptionsTest extends TestCase
|
|
|
['Cake\ORM\Exception\MissingTableClassException', 500],
|
|
|
['Cake\ORM\Exception\RolledbackTransactionException', 500],
|
|
|
['Cake\Routing\Exception\DuplicateNamedRouteException', 500],
|
|
|
- ['Cake\Routing\Exception\MissingControllerException', 500],
|
|
|
['Cake\Routing\Exception\MissingDispatcherFilterException', 500],
|
|
|
['Cake\Routing\Exception\MissingRouteException', 500],
|
|
|
['Cake\Routing\Exception\RedirectException', 302],
|