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

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 and isWritten 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

    ๐Ÿ›  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)
  • 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)
  • 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

    • ๐Ÿคก #633 Mock generator correctly handles the self return type ([@jubianchi])
    • #637 Errors are displayed in the TAP report ([@jubianchi])
  • v2.8.2 Changes

    August 12, 2016
  • v2.8.1 Changes

    July 01, 2016
  • 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
    • ๐Ÿ— #594 Add telemtry report to CI builds ([@jubianchi])

    ๐Ÿ›  Bugfix

    • #600 Reports override correctly when using -ulr/-utr ([@jubianchi])
    • #593 Assertions on PHP 7 exceptions/throwables/errors are now working correctly ([@jubianchi])
  • v2.6.1 Changes

    April 08, 2016
    • ๐Ÿ‘ #590 The dateTime asserter now fully supports \dateTimeImmutable ([@fferriere])