- use
src/index.php
as entry file or change config inmain.php
- use namespaces on all classes
- Tests are located in
test/cases/
- Helpers can be added in
test/base/
- Use
.test.php
as file extension
- It is recommended to use a setup script which creates an htaccess redirect to main.php
- upload to server and call the setup script
- never call setup script in your dev environment