All Versions
38
Latest Version
Avg Release Cycle
101 days
Latest Release
584 days ago

Changelog History
Page 1

  • v4.0.3 Changes

    October 22, 2021
    • βœ… #876 Properly handle output made in setUp() tearDown() and afterTestMethod() ([@cedric-anne])
    • πŸ‘• #873 Migrate lint job on Github Actions ([@cedric-anne])
    • 🍎 #872 Migrate Windows test job on Github Actions and add a MacOS test job ([@cedric-anne])
    • #871 Fix PHP8.1 compatibility issue related to unexpected arguments types ([@cedric-anne])
  • v4.0.2 Changes

    October 10, 2021
    • 🀑 #870 Handle tentative return types in mocked methods ([@cedric-anne])
  • v4.0.1 Changes

    October 10, 2021
    • ⚠ #865 Warning about return type break ([@cedric-anne])
    • 🀑 #864 Fix UnionType handling in mock generator ([@cedric-anne])
    • πŸ—„ #869 Fix deprecated usage of addcslashes ([@cedric-anne])
    • #860 Fix PHP8.1 compatibility issue related to missing return type & unserialize ([@cedric-anne])
    • πŸ‘· #858 Fix PHP8.0 compatibility and CI matrix ([@villfa])
    • βœ… #853 Handle usage of assertions in test::afterTestMethod() ([@cedric-anne])
  • v4.0.0 Changes

    November 21, 2020

    πŸš€ News

    πŸ’₯ Breaking changes

    πŸ›  Bugfix

    Others

  • v3.4.2 Changes

    March 04, 2020
    • 🀑 #841 Fix variadic support when you use all is interface in your mock ([@Grummfy])
  • v3.4.1 Changes

    January 22, 2020
  • v3.4.0

    October 04, 2019
  • v3.3.0 Changes

    March 15, 2018
    • βœ… #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)
  • v3.2.0 Changes

    September 07, 2017
    • #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)
  • v3.1.1 Changes

    July 19, 2017

    πŸ›  Bugfix

    • βͺ #727 Add alias on phpObject to restore compatibility (@Grummfy)