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

Changelog History
Page 3

  • v2.6.0 Changes

    March 08, 2016
    • #569 Use in-memory cache for resolved asserters ([@jubianchi])
    • #567 Extract loop logic from runner and add a looper interface ([@jubianchi], [@agallou])

    ๐Ÿ›  Bugfix

    • #583 Fix asserting on zeroes with the phpFloat asserter ([@jubianchi])
    • #581 Fix how arguments are passed when using loop mode ([@jubianchi])
    • ๐Ÿ“œ #578 Fix arguments priority parsing when they have no priority ([@agallou])
  • v2.5.2 Changes

    January 28, 2016
    • #561 Use the fully qualified name when the return type is not builtin ([@GuillaumeDievart])
  • v2.5.1 Changes

    January 18, 2016
    • #556 The autoloader now handles traits ([@jubianchi])
  • v2.5.0 Changes

    January 08, 2016
    • โœ… #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])
  • v2.4.0 Changes

    December 04, 2015
    • ๐Ÿคก #520 Introduce the constant mocker ([@hywan])
    • ๐Ÿš€ #518 Update atoum's PHAR against Github releases with --github-update ([@jubianchi])
    • ๐Ÿ‘ #515 Fix PHP7 support in the basic resolver ([@hywan])
    • โœ… #516 Add a "callStaticOnTestedClass" method ([@mikaelrandy])
    • ๐Ÿ”ง #530 Reset PHP7 configuration for tests ([@jubianchi])

    ๐Ÿ›  Bugfix

    • ๐Ÿคก #526 Mock asserter is not case sensitive ([@mageekguy])
  • v2.3.0 Changes

    October 22, 2015
    • 0๏ธโƒฃ #501 Add atoum path and version to default CLI report ([@jubianchi])
    • โœ… #502 Improve setTestNamespace parameters validation ([@remicollet])

    ๐Ÿ›  Bugfix

    • f28a6ee "DOMElement::setIdAttribute(): ID otherMethod already defined" error ([@jubianchi])
  • v2.2.2 Changes

    September 17, 2015
    • #497 Fix fail message forwarding from match to matches in string asserter ([@vonglasow])
    • ๐Ÿ”ง #477 Fix exit code when there is something wrong in the configuration file ([@jubianchi])
  • v2.2.1 Changes

    August 27, 2015
    • โœ… #491 Fix getTestMethodPrefix when the prefix is "0" ([@remicollet])
    • #384 Short syntax for base assertions ([@jubianchi])
  • v2.2.0 Changes

    July 31, 2015
    • #467 Hide classes and methods coverage details in CLI report ([@jubianchi])
    • ๐Ÿคก #474 Add the method return type and parameter type in the mock generator ([@guillaumeDievart])
    • #470 Add isNotEmpty asserter on array ([@metalaka])
    • #476 Add relative url root choice for code coverage report ([@n-couet])
  • v2.1.0 Changes

    May 08, 2015
    • ๐Ÿ‘ #459 Support branches and paths coverage with Xdebug 2.3 ([@jubianchi])
    • ๐Ÿ’… #436 Support old-style constructors in mocks ([@jubianchi])
    • #453 phpClass asserter will throw atoum's logic exceptions instead of native reflection exceptions ([@jubianchi])
    • ๐Ÿ›  #340 Fixed an error when using DebugClassLoader autoloader and atoum-bundle ([@jubianchi])
    • #454 Rename asserters classes for PHP7 ([@jubianchi])
    • ๐Ÿšš #457 Removed usage of die in deprecated methods ([@jubianchi])
    • #442 #444 Properly report skipped method due to a missing extension ([@jubianchi])
    • ๐Ÿ— #441 Add PHP 7.0 in the build matrix ([@jubianchi])
    • #399 Add the let assertion handler ([@hywan])
    • #443 Autoloader should resolve classes step by step ([@jubianchi])