jakoch / PHPTracRPC

A PHP library to interact with the Trac Bugtracker API via remote procedure calls.
4 stars 2 forks source link

fix failing tests #12

Open jakoch opened 8 years ago

jakoch commented 8 years ago

The tests are currently failing (see https://travis-ci.org/jakoch/PHPTracRPC/jobs/114876495#L190), because they were written as live tests against a Trac endpoint (which is now out-of-service) and not as mocks.

Todo

jakoch commented 8 years ago

I've added some tests with this commit https://github.com/jakoch/PHPTracRPC/commit/6e8c2c907f16dc90968876bdca867c1172806e23 - - 45% coverage