The Cake application has two important files in / app / webroot /: index.phpand test.php. Normal requests are processed by a file index.php. To run the tests you must call the file test.php. So, if you usually visit the URL www.box.local/, just go to www.box.local/test.php. If your Cake application is in a subfolder and the usual URL www.box.local/cakeapp/, use www.box.local/cakeapp/test.php.
The actual tests that you run from the interface.
source
share