void addTestFile(
string
$filename)
|
|
Wraps both
1 addTest()
and
1 addTestSuite
as well as the separate import statements for the user's convenience.
If the named file cannot be read or there are no new tests that can be added, a
1 PHPUnit2_Framework_Warning
will be created instead, leaving the current test run untouched.
Parameters: