Conclusion

This is it! Make sure the app is working: http://localhost:8080

Covering your application with tests

Whether you prefer TDD or cover the code with test after you have written it: both are perfectly possible with aint framework.

While adding tests to your application is not covered in this particular Quick Start, feel free to check some of these additional resources on testing:

PHPUnit Manual

aint framework tests

aint framework testing guidelines

On testing static dependencies