-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Conversation
it looks like the failed test is an unstable one :-(. An other build in an other branch with the same changes did pass! |
@jaapio yes, the filesystem integration tests got much more unreliable lately, mainly because travis got much slower there :-( |
@@ -1049,8 +1049,6 @@ protected function drawBarcode() | |||
{ | |||
$barcodeTable = $this->prepareBarcode(); | |||
|
|||
$this->preDrawBarcode(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be re-included, as the preDrawBarcode()
may be used in subclasses (that may be outside the framework)
Marking for 2.4: won't merge in `master due to the risk of regressions |
In that case, should this one go to the development branch? |
You can keep it as-is: it's just a question of merging, up to me :-) |
Pulled locally, rebased onto |
An other set of fixes for #5860. In this pr I reviewed all unused code Scrutinizer issues. The most obvious issues are fixed in this pr.