Atoum v1.0.0 Release Notes

Release Date: 2014-12-01 // over 9 years ago
    • ๐Ÿ‘ Allow/Disallow mocking undefined methods
    • โœ… Pass test instance as first parameters of closures in exception, when, output
    • โž• Add --fail-if-void-methods and --fail-if-skipped-methods
    • ๐Ÿ”ง --init option now accepts a path to a directory to initialize with atoum configuration
    • โž• Add coverage script to automatically produce reports
    • โž• Add isFluent
    • โž• Add isNull, isNotNull, isCallable, isNotCallable, isNotTrue, isNotFalse assertions on variable
    • โž• Add isTestedInstance assertion on object asserter
    • โž• Add testedInstance helper
    • โž• Add newTestedInstance and newInstance helpers
    • โž• Add isNotInstanceOf assertion on object asserter
    • โœ… Alias assertions from test classes
    • โœ… Register asserters from test classes
    • โœ… Define new assertion directly from test classes
    • ๐Ÿ”„ Change test method prefix using @methodPrefix on test classes
    • โž• Add CHANGELOG.md