You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In zend, the same element is returned each time. However, in hhvm, a new copy of the element is made each time. This leads to the failure of the Symfony/Component/DomCrawler/Tests/FormTest.php::testConstructorHandlesFormAttribute test.
In zend, the same element is returned each time. However, in hhvm, a new copy of the element is made each time. This leads to the failure of the
Symfony/Component/DomCrawler/Tests/FormTest.php::testConstructorHandlesFormAttribute
test.Code:
zend:
hhvm:
(HHVM doesn't vardump the DOMElements correctly, but the data is there)
The text was updated successfully, but these errors were encountered: