Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Releases: xp-framework/unittest

11.4.1: #[Before] exceptions fix

19 Nov 10:31
Compare
Choose a tag to compare
  • Added PHP 8.4 to the test matrix - @thekid
  • Fixed handling exceptions from #[Before] methods - @thekid

11.4.0: Prerequisites failed errors

20 Dec 10:26
Compare
Choose a tag to compare
  • Merged PR #49: Use PrerequisitesFailedError for unexpected exceptions
    (@thekid)

11.3.2: XP 11 compatibility

21 Oct 12:03
Compare
Choose a tag to compare
  • Made compatible with XP 11 - @thekid

11.3.1: DidNotCatch source fix

16 Jun 22:24
Compare
Choose a tag to compare
  • Fixed issue #47: Fix origin for DidNotCatch - @thekid

11.3.0: Generated code improvements

06 Jun 23:30
Compare
Choose a tag to compare
  • Improve readability of generated code for xp test -e [code]. This
    is important for our verbose output mode, which will show this
    code in its failure messages.
    (@thekid)

11.2.0: Verbose output, unicode status bar, configuration

06 Jun 22:59
Compare
Choose a tag to compare
  • Merged PR #46: Use unicode characters to improve test status bar
    (@thekid
  • Merged PR #45: Add support for user preferences via test.ini in
    environment config dir (~/.xp or $XDG_CONFIG_HOME/xp on Un*x,
    %APPDATA%\Xp on Windows)
    (@thekid)
  • Merged PR #44: Show source code location where test errors were
    raised in verbose listener
    (@thekid)

11.1.0: Throws assertion

20 Sep 15:41
Compare
Choose a tag to compare
  • Fixed issue #42: No constructor error for class::method - @thekid
  • Merged PR #41: Implement Assert::throws() - @thekid

11.0.1: Warning fix

12 Apr 10:28
Compare
Choose a tag to compare
  • Fixed "Array and string offset access syntax with curly braces is
    deprecated" warning in TestRunner
    (@thekid)

11.0.0: Drop PHP5

30 Nov 09:55
Compare
Choose a tag to compare

10.1.1: XP10 compatibility

30 Nov 08:23
Compare
Choose a tag to compare