All Versions
38
Latest Version
Avg Release Cycle
101 days
Latest Release
1190 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.1.0 Changes
July 11, 2017- ๐ #726 Remove an autoloader cache warning (@Hywan)
- ๐คก #719 Add nullable type support in the mock engine (@Grummfy)
- #723
object
is a reserved keyword as of PHP 7.2 (@trasher) - ๐ท #713 Results are folded on Travis CI (@jubianchi)
- ๐ป #709 Exception asserter now has
isInstanceOf
without parenthesis (@guiled) - #705 Stream asserter now has
isRead
andisWritten
assertion (without brackets) (@guiled) - ๐คก #701 Mock generator supports
strict_types
(@jubianchi)
๐ Bugfix
- ๐คก #701 Mock generator correctly handles
void
return type (@jubianchi)
-
v3.0.0 Changes
February 22, 2017- #664 New asserter: generator (@agallou)
- ๐ #694 The VIM plugin has been moved to atoum/vim-plugin (@jubianchi)
- ๐ #615 Remove reserved keyword, replace void by blank (@vonglasow)
- #643 atoum now requires PHP >=5.6.0 (@jubianchi)
๐ Bugfix
- #691 Fix how annotations are extracted. Only those actually starting with @ are handled (@jubianchi)
- #688 Avoid reporting incorrect atoum path (@Hywan)
-
v2.9.1 Changes
July 19, 2017๐ Bugfix
- #691 Fix how annotations are extracted. Only those actually starting with
@
are handled (@jubianchi) - #688 Avoid reporting incorrect atoum path (@Hywan)
- #691 Fix how annotations are extracted. Only those actually starting with
-
v2.9.0 Changes
February 11, 2017- #667 Assert on array values using
mageekguy\atoum\asserters\phpArray::$values
(@krtek4) - ๐คก #682 Do not call parent class when mocking as interface (@mageekguy)
- #679 Copy
PHP_IDE_CONFIG
into forked processes (@mvrhov) - ๐คก #678 Each mock instance can be made unique by calling
eachInstanceIsUnique
on the mock generator (@mageekguy)
- #667 Assert on array values using
-
v2.9.0-beta1 Changes
October 08, 2016- #604 Add a
addConfigurationCallable
method on the runner to allow extensions to register themselves ([@agallou], [@jubianchi]) - #634 Only one extension of a kind can be loaded. Extensions can be unloaded ([@agallou], [@jubianchi])
- ๐ #619 Add branches and paths coverage support to AtoumTask for Phing ([@oxman])
๐ Bugfix
- #604 Add a
-
v2.8.2 Changes
August 12, 2016- #620 Add HTML coverage report from reports extension to AtoumTask for Phing (@oxman)
- ๐ #612 Add telemetry support to AtoumTask (@oxman)
-
v2.8.1 Changes
July 01, 2016- ๐ #611 Exclude vendor and composer.lock from phar (@jubianchi, [@agallou])
-
v2.8.0 Changes
July 01, 2016- #605 Automatically include Composer's autoloader if it exists ([@jubianchi], [@agallou])
- โ
#605 Handle
.autoloader.atoum.php
files to define tests autoloader ([@jubianchi]) - #605 Add the
--autoloader-file
/-af
CLI argument to define which autoloader file to user ([@jubianchi]) - โ #596 Test methods' tags are inherited from test classes ([@jubianchi])
-
v2.7.0 Changes
June 20, 2016 -
v2.6.1 Changes
April 08, 2016- ๐ #590 The
dateTime
asserter now fully supports\dateTimeImmutable
([@fferriere])
- ๐ #590 The