Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 577 Bytes

ChangeLog-4.8.md

File metadata and controls

9 lines (6 loc) · 577 Bytes

Changes in PHPUnit 4.8

PHPUnit 4.8.0

  • Added --check-version commandline switch to check whether the current version of PHPUnit is used (PHAR only)
  • Added --no-coverage commandline switch to ignore code coverage configuration from the configuration file
  • Merged #1728: Implemented the @testWith annotation as "syntactic sugar" for data providers
  • Merged #1739: Added support to the commandline test runner for using options after arguments