Releases: luyadev/luya-testsuite
Releases · luyadev/luya-testsuite
3.1.4
3.1.4 (31. August 2023)
- Compatibility with latest Yii Framework version
3.1.3
3.1.3 (18. January 2022)
- Fixed issues with php 8.2 tests
3.1.2
3.1.2 (15. December 2022)
- Fixed issues raised for php 8.2 tests
3.1.1
3.1.1 (23. August 2022)
- Fixed issue with nullable strings on php 8.1
3.1.0
3.1 (23. August 2022)
- Update to Twig version 3.0 because of PHP 8.1 compatibility
3.0.2
- Move the LUYA dependencies into
require-dev
section to ensure no circular references.
3.0.0
3.0 (27. July 2021)
- Add compatibility for LUYA CMS 4.0
2.1.0
2.1.0 (27. July 2021)
- Add compatibility for LUYA Admin 4.0
2.0.0
2.0.0 (2. December 2020)
This release contains breaking changes! Check the UPGRADE document to read more.
- #39 Added PHPUnit Polyfill. Allows Testing from PHP 7 to 8. Replace
assertContains()
with assertStringContainsString()
if needed. See the upgrade document