Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

54 lines (28 loc) · 1.83 KB

CHANGELOG

v1.1.1 - 2020-02-05

  • symfony/console 5.0 support #26

v1.1.0 - 2019-03-15

  • PHPUnit 8.x support #25

v1.0.0 - 2018-05-08

  • Fix not failing for tests using data providers 20d3851
  • Add tests for empty covers tag 1e3f1ae

v0.7.2 - 2018-05-08

  • Allow installation with symfony/console v4.x #23

v0.7.1 - 2018-04-23

  • Fix FileLoader not working with PHPUnit 7.0 #22

v0.7.0 - 2018-04-04

  • Allow installation with PHPUnit 7.x #20

v0.6.1 - 2017-04-24

  • Fix to symfony/console version requirement #14

v0.6.0 - 2017-02-08

  • PHPUnit 6.x support #12

v0.5.0 - 2016-12-13

  • symfony/console 3.0 support #10

v0.4.0 - 2015-11-23

  • Adjustable verbosity - Normal verbosity no longer shows valid tests 72da294

v0.3.0 - 2015-11-05

  • Fix issues with multiple test suites d307a44

v0.2.0 - 2015-10-29

  • Work with bootstrap file defined in phpunit.xml 121fdae

v0.1.0 - 2015-10-28

  • Initial release