Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@aik099 aik099 released this 24 Nov 15:04
· 92 commits to master since this release
2f80d83

Changed

  • Bumped minimum PHPUnit version to 4.8.35 or 5.4.3.
  • Added support for PHPUnit 6.x, PHPUnit 7.x, PHPUnit 8.x and PHPUnit 9.x versions.
  • Use namespaced class versions of PHPUnit.
  • Bumped minimum PHP version to 5.4.7.
  • Test case configuration method renamed from "BrowserTestCase::setUp" into "BrowserTestCase::setUpTest".

Fixed

  • Fixed "PHP Strict standards" notice when used with PHPUnit 5+.
  • Fixed issue with BrowserStack, that caused PHPUnit test result not being reported into the BrowserStack due their API changes.