-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I just cloned this repo, to do a bug fix.
After running php composer.phar install, vendor/bin/phpunit started working, but then it hit the error
Fatal error: Declaration of SebastianBergmann\Comparator\DOMNodeComparator::assertEquals($expected, $actual, $delta = 0, $canonicalize = false, $ignoreCase = false) must be compatible with SebastianBergmann\Comparator\ObjectComparator::assertEquals($expected, $actual, $delta = 0, $canonicalize = false, $ignoreCase = false, array &$processed = Array) in C:\Users\tjh238\workspace\rtlcss-php\vendor\sebastian\comparator\src\DOMNodeComparator.php on line 48
Which is a pain. Means I cannot add tests to my new fix (but, the fix works to fix processing of the OU Moodle theme, and makes logical sense, so I think it is good.)