Dumb question, but looking through the documentation, I can’t work out where to put the tests, or how to run them. Is there a simple getting started guide somewhere that explains these details?
Right now, I have the testbox directory in the webroot, and would like to begin writing tests for an app that is also located in the webroot. So
webroot
myapp
testbox
Ideally, I would like to place the tests for “myapp” in a subdirectory of “myapp” called “tests”.