This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
Releases: xp-framework/unittest
Releases · xp-framework/unittest
11.4.1: #[Before] exceptions fix
11.4.0: Prerequisites failed errors
11.3.2: XP 11 compatibility
- Made compatible with XP 11 - @thekid
11.3.1: DidNotCatch source fix
11.3.0: Generated code improvements
- 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
- 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
11.0.1: Warning fix
- Fixed "Array and string offset access syntax with curly braces is
deprecated" warning in TestRunner
(@thekid)
11.0.0: Drop PHP5
- Implemented xp-framework/rfc#334: Drop PHP 5.6. The minimum required
PHP version is now 7.0.0!
(@thekid)
10.1.1: XP10 compatibility
- Added compatibility with XP 10, see xp-framework/rfc#333 - @thekid
- Merged PR #39: Rewrite annotations to use map syntax instead of key/
value pairs, implementing xp-framework/rfc#335
(@thekid)