Mink
Mink copied to clipboard
Move hasContent method from DocumentElement class to TraversableElement.
It's useful to find content in DOM elements, not just in the whole document.
What about tests? I guess now we also need to check, that hasContent
method of all descendants from TraversableElement
class works, the NodeElement
maybe.