• Uncategorized

PHPUnit 6.5.3 release, PHP unit testing framework

PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.

PHPUnit 6.5.3 has been released, a fix that fixes a PHPT test issue when configuring forceCoversAnnotation =“true”.

Changelog

Fixed

  • Fixed an issue with PHPT tests when forceCoversAnnotation="true" is configured
  • Fixed #2886: Forced environment variables do not affect getenv()
  • Fixed #2654: Problems with assertJsonStringEqualsJsonString()
  • Fixed #2810: Code Coverage for PHPT tests does not work
  • Fixed #2886: Forced environment variables do not affect getenv()

Changed

  • Require version 5.0.4 of phpunit/phpunit-mock-objects for php-unit-mock-objects#388
  • Implemented #2286: Optional $exit parameter for PHPUnit\TextUI\TestRunner::run()
  • Implemented #2496: Allow shallow copy of dependencies

Download