comphist / cora

A web-based, token-level annotation tool for non-standard language data
http://www.linguistics.rub.de/comphist/resources/cora/
MIT License
10 stars 6 forks source link

Make explicit that we don't support PHPUnit 6.x #91

Closed mbollmann closed 7 years ago

mbollmann commented 7 years ago

Included notice in INSTALL.md and added version constraints for Travis to make sure we're always using PHPUnit <6.0.

PHPUnit 6.0 (and the corresponding major versions DbUnit 3.0 and PHPCov 4.0) introduce incompatible changes by using namespaces for all of their classes, e.g. PHPUnit_Framework_TestCase becomes PHPUnit\Framework\TestCase. PHPUnit 5.7 includes a forward compatibility layer that allows this namespace notation already, but simply changing to namespaces would break compatibility with PHPUnit 5.6 and older.

codecov-io commented 7 years ago

Codecov Report

Merging #91 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             master    #91   +/-   ##
=======================================
  Coverage        52%    52%           
  Complexity     1316   1316           
=======================================
  Files            24     24           
  Lines          4171   4171           
=======================================
  Hits           2169   2169           
  Misses         2002   2002

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 25fed0f...7829ce8. Read the comment docs.