Skip to content

Releases: joomla-framework/test

joomla/test-3.0.0

08 Oct 14:38
Compare
Choose a tag to compare

What's Changed

  • Raised minimum PHP version to 8.1
  • Switched to PSR-12 codestyle

Full Changelog: 2.0.2...3.0.0

joomla/test-2.0.2

15 Aug 17:44
Compare
Choose a tag to compare

joomla/test-1.4.3

19 Dec 14:01
Compare
Choose a tag to compare

Bug fix release.

Don't use 1.4.0-1.4.2

Due to an issue with the build environment, 1.4.0 was released as a stable version instead of an alpha.

Full Changelog: 1.3.1...1.4.3

joomla/test-1.4.2

18 Dec 17:44
Compare
Choose a tag to compare

Don't require a specific version of PHPUnit.

Full Changelog: 1.4.1...1.4.2

joomla/test-1.4.1

18 Dec 17:39
Compare
Choose a tag to compare

What's Changed

  • PHPUnit Compatibility Layer by @nibra in #11

Full Changelog: 1.3.1...1.4.1

2.0.1

23 Sep 13:04
Compare
Choose a tag to compare

Bug fix - TestHelper::getValue accepts a class name, but relies on having an object when throwing an exception.

  • Properly retrieve the class name for the error message
  • Rename argument to reflect the duality (class or object)