Since Gerrit change 32175, tests/parserTests.php is broken. The error is:
Fatal error: Class 'ParserTest' not found in tests/parserTests.php on line 74
Version: 1.21.x
Severity: minor
Since Gerrit change 32175, tests/parserTests.php is broken. The error is:
Fatal error: Class 'ParserTest' not found in tests/parserTests.php on line 74
Version: 1.21.x
Severity: minor
It doesn't fail in the unit tests because parserTests.php isn't used anymore.
The fatal error is because parserTests.php doesn't init the AutoLoader, it worked previously because (some) arbitrary subset of unit test classes was defined in the main AutoLoader.