Atoum v2.5.0 Release Notes

Release Date: 2016-01-08 // over 8 years ago
    • โœ… #539 Add a newMockInstance helper method on test class ([@Grummfy])
    • ๐Ÿ‘ #548 The dateTime asserter now supports \dateTimeImmutable ([@jubianchi])
    • #540 Assert on child arrays using the phpArray asserter ([@jubianchi])
    • #541 New toArray (along with toArray method on phpString and object asserters) and iterator asserters ([@jubianchi])
    • #535 New resource asserter group (with isOfType or is* wildcard like isStream) ([@hywan])
    • ๐Ÿ”ง #529 Allow extensions to define configuration ([@jubianchi])
    • ๐Ÿคก #496 Mock generator supports variadic arguments passed by reference ([@jubianchi])
    • โœ… #496 Auto generate and inject mocks in test methods ([@jubianchi])

    ๐Ÿ›  Bugfix

    • ๐Ÿ #350 PHAR can be built on Windows ([@kao98])
    • ๐Ÿคก #530 Extracted mocked method signature generation to make it work with visibility extension ([@jubianchi])
    • ๐Ÿ‘ป #537 exception asserter handles PHP 7 throwables ([@jubianchi])