#9184 introduced a call to DOMParentNode::append(), which doesn't exist on 7.4
#8140 added the method to the stub, but didn't flag it as only being present from 8.x onwards, so it's falsely flagged as being fine
expected behaviour: set baseline should behave on php 7.4
actual behaviour: set baseline fails due to undefined method on DOMElement