Releases: NexusPHP/tachycardia
Releases · NexusPHP/tachycardia
Nexus Tachycardia v1.3.1
Changes ⚙️
- 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
Please refer to the CHANGELOG for the detailed list of changes.
Nexus Tachycardia v1.3.0
Enhancements 🔧
- It is now possible to limit execution times to the time of the actual tests excluding hooks (#8). This gives us the
Expeditable
trait and theExpeditableTestCase
abstract class. Read more on Limiting slow test profiling to the actual test case.
Changes ⚙️
- Made data name optional on
TestCase::getTestName
(82a8957)
Bug fixes 🐛
- Fixed PSR4 names of several classes (2212423)
Please refer to the CHANGELOG for the detailed list of changes.
Nexus Tachycardia v1.2.0
Nexus Tachycardia v1.1.1
Fixes 🐛
- Fixed misplaced sections in README (ec868d5)
Nexus Tachycardia v1.1.0
Nexus Tachycardia v1.0.0
Initial release. 🎉
Core classes:
Nexus\PHPUnit\Extension\GitHubMonitor
- Accessory class to print warnings in Github Actions.Nexus\PHPUnit\Extension\Tachycardia
- The actual PHPUnit extension.