-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.8.0
-
Component/s: None
-
None
In 4608a73, the UnifiedSpecTest::testFailingTests method calls a non-existent "testCase" method. This error was ignored because the surrounding try/catch uses Throwable instead of Exception.
Changing the catch condition highlights the issue. When fixing this, we should confirm that all of the "valid-fail" test cases actually fail with exceptions and none create PHP errors.
- is related to
-
PHPLIB-493 Unified test format implementation
- Closed