All Versions
38
Latest Version
Avg Release Cycle
101 days
Latest Release
584 days ago
Changelog History
Page 1
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
- π #707 Remove ide extension from atoum core (@Grummfy)
- #852 Rename namespace \mageekguy\atoum to \atoum\atoum (@Grummfy)
- π #750 Remove implementation of test hooks (@jubianchi)
- #843 & #844 Compatibility with PHP 7 & 8 (@cedric-anne)
π Bugfix
- #850 Fix some static call (@idetinkin)
Others
- π #846 Fix code styles (@cedric-anne)
- π #845 Fix StyleCi configuration (@cedric-anne)
-
v3.4.2 Changes
March 04, 2020 -
v3.4.1 Changes
January 22, 2020- π #840 Remove unnecessary imports (@Hywan)
- π #835 Fix deprecated, unparenthesized (PHP 7.4) (@trasher)
- #830 Add 7.4 to Travis (@remicollet)
- #833 Patch CLI output (@Grummfy)
- π #829 fix appvoyer build (@cedric-anne)
- π #827 Fix β
ReflectionType::__toString()
is deprecatedβ (@cedric-anne) - #777 cli output changed for displaying errors and exceptions clearly (@macintoshplus)
-
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