-
Improvement
-
Resolution: Won't Fix
-
Minor
-
None
-
None
-
None
-
None
When checking out a development version of phpunit, PHPUnit_Runner_Version::id() returns "@package_version@", which can be a problem with the following code section.
require_once 'PHPUnit/Runner/Version.php';
|
if (version_compare(PHPUnit_Runner_Version::id(), '3.3.0', '<'))
|
{
|
trigger_error('PHPUnit >= 3.3.0 required');
|
}
|
- is related to
-
PHPBB-9592 Test suite does not run on SQLite
- Closed