All notable changes to this library will be documented in this file.
This project adheres to Semantic Versioning.
v1.3.3 - 2021-06-01
- Updated code style reversal for
native_constant_invocation
v1.3.2 - 2021-06-01
- Mark as draft the contents generated by the automated release script
- Update to new code styles from
nexusphp/cs-config
v1.3.1 - 2021-05-07
- Updated
friendsofphp/php-cs-fixer
to v3.0.0 Constitution - Bump
nexusphp/cs-config
to ^3.0 - Github Actions annotations are enabled for all PHP versions in testing
v1.3.0 - 2021-04-15
- Documentation has now moved to the
docs/
folder (cf88213) - It is now possible to limit execution times to the time of the actual tests excluding hooks (#8)
- Made data name optional on
TestCase::getTestName
(82a8957) - Fixed PSR4 names of several classes (2212423)
v1.2.0 - 2021-04-01
- Added
Parser
andTestCase
util classes (24949f1, 4342500) - Refactored
Tachycardia
and movedGithubMonitor
as a util class (ae2f920) - Fixed custom time limits not respected in data providers (#7, f9750f6)
v1.1.1 - 2021-03-28
- Fixed misplaced sections in README (ec868d5)
v1.1.0 - 2021-03-27
- Fixed correct line number rendering in Github Actions (#3)
- Fixed initial release date (#4)
- Added ability to supply class-level time limit annotations (#5)
- Added ability to disable time limits on a per-class or per-method level (#6)
v1.0.0 - 2021-03-21
Initial release.
Core classes:
Nexus\PHPUnit\Extension\GitHubMonitor
- Accessory class to print warnings in Github Actions.Nexus\PHPUnit\Extension\Tachycardia
- The actual PHPUnit extension.