upload test passing + file not getting deleted every time - well it is but we now use a copy lol

This commit is contained in:
2025-08-10 02:50:22 -07:00
parent a1012b4054
commit 3a47f09e8c
4 changed files with 19 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ Configure::write('App', [
'namespace' => 'TestApp',
'encoding' => 'UTF-8',
'paths' => [
'testWebroot' => PLUGIN_ROOT . DS . 'tests' . DS . 'test_app' . DS . 'webroot' . DS,
'webroot' => PLUGIN_ROOT . DS . 'webroot' . DS,
'templates' => [
PLUGIN_ROOT . DS . 'tests' . DS . 'test_app' . DS . 'templates' . DS,