Solar_Test_Suite::loadTests()
public
void
Solar_Test_Suite::loadTests
( string $class = NULL
, string $method = NULL
, bool $only = NULL
)
Finds tests and loads them into the plan.
Parameters
(string)
$class
: Start with this test class; e.g, "Test_Foo".(string)
$method
: Load only this test method; e.g, "testBar".(bool)
$only
: Load only the named class, or class and method, instead of descending into sub-tests.
Returns
(void)
Description
Finds tests and loads them into the plan.