Problem I’m using PHPUnit 5.5, upgraded my PHP version to 7.2. Two problems actually occur. First there’s this weird error: Fatal error: Declaration of SebastianBergmann\Comparator\DOMNodeComparator::assertEquals… Then figuring PHPUnit needs to be upgraded, I ran phpunit –self-upgrade And that failed with the same error. Changing my PHP version back down to 5.6 and running then causes […]
The post PHPUnit and PHP 7 problems appeared first on My Monkey Do.