Releases: phpcr/phpcr-api-tests
Releases · phpcr/phpcr-api-tests
2.1.25
- fixed dynamically declared properties in tests.
- allow running with phpunit 10
2.1.23
- use data provider in SQL2 tests to better identify which test fails
2.1.22
- Allow PHP 8, drop PHP 5 and 7.0 support
- Make tests compatible with PHPUnit 9, drop PHPUnit 5 and 6 support
2.1.21
Fix expectException method name for phpunit 7 compatibility
2.1.19
- Support PHP 7.2 by refactoring all usage of
each
- Test
NodeTypeManager::registerNodeType
(singular)
2.1.18
switch to phpunit 6 for the tests (namespaces)
2.1.17
fixed php version constraint to allow all php 7 versions
2.1.16
- test for preserving child order on copy
- changed to php 5.6 and cleaned up codestyle