File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2929 - php-version : ' 8.0'
3030 - php-version : ' 8.1'
3131 - php-version : ' 8.2'
32+ - php-version : ' 8.3'
3233
3334 steps :
3435 - name : Checkout project
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 2.1.9
5+ -----
6+
7+ * ** 2023-12-01** : Fix test class name to match the filename as phpunit 10 no longer accepts the mismatch.
8+
492.1.8
510-----
611
Original file line number Diff line number Diff line change 2626 "php" : " ^5.6 || ^7.0 || ^8.0"
2727 },
2828 "require-dev" : {
29- "phpunit/phpunit" : " ^5.7 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
29+ "phpunit/phpunit" : " ^5.7 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 "
3030 },
3131 "autoload" : {
3232 "psr-0" : {
Original file line number Diff line number Diff line change 99/**
1010 * @covers \PHPCR\PropertyType
1111 */
12- class PropertyTypesTest extends TestCase
12+ class PropertyTypeTest extends TestCase
1313{
1414 /** key = numeric type constant names as defined by api
1515 * value = expected value of the TYPENAME_<TYPE> constants.
You can’t perform that action at this time.
0 commit comments