Class SuiteLoader
SuiteLoader will recursively load test files given a glob friendly
pattern.
-
Peridot\Runner\SuiteLoader
implements
Peridot\Runner\SuiteLoaderInterface
Methods summary
public
|
|
public
|
#
load( $path )
Load tests
Parameters
Implementation of
|
public
array
|
#
getTests( $path )
Search a path for a provided file or scan a
directory structure for files matching the loader's
conditions
Search a path for a provided file or scan a
directory structure for files matching the loader's
conditions
Parameters
Returns
array
Throws
RuntimeException
Implementation of
|
protected
array
|
#
globRecursive( $pattern, integer $flags = 0 )
Simple recursive glob
Parameters
Returns
array
Link
|