mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 12:02:41 +00:00
Adding missing class usage declaration in ExceptionHandler test case
This commit is contained in:
parent
013f88e5f5
commit
024bff2126
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
App::uses('Debugger', 'Utility');
|
||||
App::uses('CakeLog', 'Log');
|
||||
App::uses('ExceptionRenderer', 'Error');
|
||||
App::uses('AppController', 'Controller');
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue