September 2016
Intermediate to advanced
1091 pages
21h 41m
English
You may have noticed after having read through the previous recipe that it can quickly become tedious to have to manually run phpunit and specify test classes and PHP filenames. This is especially true when dealing with applications that employ dozens or even hundreds of classes and files. The PHPUnit project has a built-in capability to handle running multiple tests with a single command. Such a set of tests is referred to as a test suite.
mkdir tests cp *Test.php tests
SimpleTest) was developed in the preceding ...Read now
Unlock full access