sebastianbergmann / phpcov

TextUI frontend for php-code-coverage
BSD 3-Clause "New" or "Revised" License
226 stars 58 forks source link

Tests not passing #33

Closed sp-felix-carmona closed 8 years ago

sp-felix-carmona commented 9 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.