tests fixed

This commit is contained in:
2025-03-27 01:44:16 -07:00
parent 2138762fb2
commit 3719bbef53
13 changed files with 26 additions and 369 deletions

View File

@@ -5,4 +5,12 @@ namespace TestApp\Controller;
use Cake\Controller\Controller;
class AppController extends Controller {
/**
* @return void
*/
public function initialize(): void {
parent::initialize();
$this->loadComponent('Flash');
}
}