Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.6.2
-
Fix Version/s: 4.7
-
Component/s: Test suite
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
Description
A lot of assert-statements in test pass 'In line ' . _LINE_ as $message parameter.
This was used as 'debugging' aid in asserts before phpunit gave good backtrace reports.
Those can be removed now.
I'm willing to work on the clean up, i'll split this in multiple pull request, and organize the split from this issue.