addTestDirectory()
addTestDirectory(string $directory = '.') : void
Adds all the files in a directory to the test suite. Does not recursive through directories.
Parameters
string | $directory | The directory to add tests from. |
A class to contain test cases and run them with shared fixtures