Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

V5.3.5

Compare
Choose a tag to compare
@oliverklee oliverklee released this 28 Apr 22:37
· 358 commits to main since this release
v5.3.5
9901365

Added

  • Support PHP 7.1 and 7.2 (#44)
  • Add a new CLI test runner and use it in 8.7 (#42)
  • Install TYPO3 8.7 on Travis (#41)

Changed

  • Use expectException (#43)
  • Upgrade to PHPUnit 5.3.x (#38)
  • Use PSR-4 autoloading for the test classes (#35)

Deprecated

  • The old CLI and IDE test runners will be removed in PHPUnit 6.

Removed

  • Remove the FunctionalTestCaseTrait (#39)
  • Drop support for PHP 5.5 (#37)
  • Drop the incorrect TYPO3 Core license headers (#34)

Fixed

  • Fix deprecation warnings in TYPO3 8.7 (#49)
  • Update the TCA for TYPO3 8.7 (#48)
  • Use getAbsoluteWebPath instead of extRelPath (#47)
  • Make the unit tests not depend on the current time of day (#36)
  • Provide cli_dispatch.phpsh for 8.7 on Travis (#33)