Closed sp-felix-carmona closed 8 years ago
Could you set the project in travis?
the tests are not passing:
PHPUnit 4.5.0 by Sebastian Bergmann and contributors. F Time: 45 ms, Memory: 3.50Mb There was 1 failure: 1) SebastianBergmann\PHPCOV\PatchCoverageTest::testPatchCoverageIsCalculatedCorrectly Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ Array ( - 'numChangedLinesThatAreExecutable' => 2 - 'numChangedLinesThatWereExecuted' => 1 + 'numChangedLinesThatAreExecutable' => 0 + 'numChangedLinesThatWereExecuted' => 0 'changedLinesThatWereNotExecuted' => Array ( - 'Example.php' => Array (...) ) ) /Users/felix/phpcov/tests/PatchCoverageTest.php:41 FAILURES! Tests: 1, Assertions: 1, Failures: 1.
Could you set the project in travis?
the tests are not passing: