Closed mauris closed 11 years ago
The package works fine with current master
of PHPUnit.
Try running phpunit against the current package, the test fails.
Or did you mean to say that your tests are not updated?
@thephpdeveloper, what @sebastianbergmann means is that this library provides the diffing functionality for the master
branch of PHPUnit. The tests were failing because @sebastianbergmann hadn't updated the tests after d2f4198. They should all be passing now, though.
Apparently this package is broken by the "sync" commit. I've provided fixes, improved autoloading by using Composer's and made it PSR-compliant. See commits for more details.
Hope it helps!