Skip to content

Releases: atoum/atoum

4.2.0

30 Jul 12:54
fd9a339
Compare
Choose a tag to compare

Compatibility with new version of PHP

4.1.0

20 Nov 20:42
e866f3d
Compare
Choose a tag to compare

Compatibility with new version of PHP

4.0.3

22 Oct 08:36
Compare
Choose a tag to compare

Bugfix

  • #876 Properly handle output made in setUp() tearDown() and afterTestMethod() ([@cedric-anne])
  • #871 Fix PHP8.1 compatibility issue related to unexpected arguments types ([@cedric-anne])

Improvement on atoum's CI

4.0.2

10 Oct 19:54
36240d6
Compare
Choose a tag to compare

Bugfix

4.0.1

10 Oct 19:46
11748ea
Compare
Choose a tag to compare

News

Bugfix

4.0.0

21 Nov 17:27
56e9c55
Compare
Choose a tag to compare

News

Breaking changes

Bugfix

Others

3.4.2

04 Mar 10:33
e90606b
Compare
Choose a tag to compare
  • #841 Fix variadic support when you use all is interface in your mock ([@Grummfy])

3.4.1

22 Jan 14:22
Compare
Choose a tag to compare

3.3.0

15 Mar 22:48
Compare
Choose a tag to compare
  • #771 Normalize and simplify the asserter name when a test case fails (@Hywan)
  • #754 Add the dot report (@jubianchi)
  • #769 CLI: Align options to the left, and increase contrast (@Hywan)
  • #757 Take the error reporting level into account to exit the runner (@Hywan)
  • #752 Add an os annotation to only run tests on specific OS (@jubianchi)
  • #585 Memory usage is based on the peak & real allocations (@Hywan)
  • #740 String asserter now has notMatches assertion (@fvilpoix)

Bugfix

  • #756 Configuration, autoloader and bootstrap files are correctly loaded when using the PHAR (@jubianchi)
  • #755 String asserter's failure messages are clear (@jubianchi)
  • #773 Directory is the current working directory (@Hywan)
  • #770 Fix path to the runner for the help (@Hywan)
  • #768 Fix typos in the CLI help (@Hywan)
  • #767 Fix typos in the exception messages (@Hywan)

3.2.0

07 Sep 08:28
6f4ab88
Compare
Choose a tag to compare
  • #739 Avoid many memory allocations in error report field (@Hywan)
  • #736 Display clear errors when mocking function fails (@jubianchi)
  • #737 Command line switches override configuration file directives (@jubianchi)
  • #733 Uncompleted methods make atoum exit with an error code (@jubianchi)
  • #734 The exception::isInstanceOf asserter correctly works with interfaces (@jubianchi)
  • #731 Remove dependency on ext-session (@jubianchi, @Hywan)