first test passing

This commit is contained in:
2025-10-11 20:41:59 -07:00
parent 9440934228
commit 59478fab17
6 changed files with 57 additions and 31 deletions

View File

@@ -23,7 +23,8 @@
"autoload-dev": {
"psr-4": {
"CakeCarts\\Test\\": "tests/",
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/",
"TestApp\\": "tests/test_app/src/"
}
}
}