sebastianbergmann / diff

Diff implementation
BSD 3-Clause "New" or "Revised" License
7.58k stars 85 forks source link

Public API fixes #3

Closed mauris closed 11 years ago

mauris commented 11 years ago

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!

sebastianbergmann commented 11 years ago

The package works fine with current master of PHPUnit.

mauris commented 11 years ago

Try running phpunit against the current package, the test fails.

Or did you mean to say that your tests are not updated?

whatthejeff commented 11 years ago

@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.