All Versions
43
Latest Version
Avg Release Cycle
162 days
Latest Release
247 days ago

Changelog History
Page 4

  • 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])
  • v2.0.1 Changes

    February 27, 2015
    • ๐Ÿ”ง #440 --configurations option should be handled first ([@jubianchi])
    • #439 Since atoum is 2.*, branch-alias must follow ([@hywan])
    • #437 Autoloader should not try to resolve alias if requested class exists ([@jubianchi])
    • ๐Ÿคก Generalize method call checking in mock ([@mageekguy])
    • โช #435 Partially revert BC break introduced in #420 ([@mageekguy])
  • v2.0.0 Changes

    February 13, 2015

    โšก๏ธ BC break updates

    • โœ… #420 atoum\test::beforeTestMethod is called before the tested class is loaded ([@mageekguy])

    โšก๏ธ Other updates

    • โœ… #431 Tested class should not be mock as an interface. ([@mageekguy])
    • ๐Ÿคก #430 Add atoum\mock\generator::allIsInterface() to definitely disable all parent classes' behaviors in mocks ([@mageekguy])
    • ๐Ÿคก #427 atoum\asserters\mock::receive is an alias to atoum\asserters\mock::call ([@mageekguy])
  • v1.2.2 Changes

    January 12, 2015
    • #415 Fix a bug in the coverage report with excluded classes ([@mageekguy])
    • ๐Ÿ’… #406 Fix a bug in the HTML coverage with stylesheet URLs ([@jubianchi])
    • ๐Ÿคก #418 Fix a bug when a mocked method returns a reference ([@hywan])
  • v1.2.1 Changes

    January 09, 2015
    • #413 Fix a bug in the exit code management ([@mageekguy])
    • #412 Use semantics dates in CHANGELOG.md ([@hywan])
  • v1.2.0 Changes

    December 28, 2014
    • ๐Ÿคก #408 Extract mock autoloader ([@jubianchi])
    • ๐Ÿคก #403 Fix a bug when setting the default mock namespace ([@hywan])
    • ๐Ÿ‘ #387 Support assertion without parenthesis on dateInterval, error, extension and hash asserters ([@jubianchi])
    • #401 Use new Travis container infrastructure ([@jubianchi])
    • ๐Ÿ”ง #405 Add the Santa report and an example configuration file ([@jubianchi])
    • ๐Ÿคก #394 Mock generator now handles variadic arguments in method ([@jubianchi])
    • ๐Ÿ“š #398 Replace broken documentation links ([@jubianchi])
    • #396 Rename match to matches on the string asserter ([@hywan])
    • #385 Rename the PHAR to atoum.phar ([@hywan])
    • #392 Fix broken links in README.md ([@evert])
    • #391 Add dates in CHANGELOG.md ([@hywan])
    • โœ… #379 Fix newTestedInstance assertion when constructor contains a variable-length argument ([@mageekguy])