[testbox-2.3.0]

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”.

That’s good Nando. We ship with a “test-harness” that you can use out of the box. Did you see this in the download.

http://testbox.ortusbooks.com/content/installing_testbox/whats_included.html

http://testbox.ortusbooks.com/content/running_tests/index.html

That includes a global, ANT and HTML runner as well.