A class to contain test cases and run them with shared fixtures
addTestDirectory( string $directory '.' )
Adds all the files in a directory to the test suite. Does not recursive through directories.
$directory
optional '.' addTestDirectoryRecursive( string $directory '.' )
Recursively adds all the files in a directory to the test suite.
$directory
optional '.'
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.4/class-Cake.TestSuite.TestSuite.html