- Issue created by @alexpott
- ๐ฌ๐งUnited Kingdom alexpott ๐ช๐บ๐
Also fixing DateFormatAccessControlHandlerTest as it has the same problem.
- ๐ฌ๐งUnited Kingdom alexpott ๐ช๐บ๐
@chandansha the MR exists - there's not anything to do on the MR. What this issue now needs is a review.
- ๐ฎ๐ณIndia chandansha
@alexpott sorry for late,
this is my first phpunit test review i have configured my phpunit.xml file but due to some miss configuration when i hit above command i gotCannot open bootstrap script "/home/chandansha/docker/drupal-3500238/tests/bootstrap.php"
this error.
So i unassigned my self and trying to fix my configuration error.
Thanks!! - ๐บ๐ธUnited States smustgrave
Can't re-run test failure but appears to be random javascript.
Seems like a fine refactor.
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
21 days ago 3:08am 21 August 2025 - ๐จ๐ฆCanada smulvih2 Canada ๐
I am running into these failing test on 11.1.8, and the patch from the MR in this ticket is not applying due to changes in
/core/.phpstan-baseline.php
. Adding a new patch here for 11.1.8. - ๐จ๐ฆCanada smulvih2 Canada ๐
Actually I was getting three errors, only two are accounted for in this ticket. The third error is:
1) The name of the data provider method Drupal\Tests\jsonapi\Kernel\Normalizer\JsonApiDocumentTopLevelNormalizerTest::testCacheableMetadataProvider() used by test method Drupal\Tests\jsonapi\Kernel\Normalizer\JsonApiDocumentTopLevelNormalizerTest::testCacheableMetadata() begins with "test", therefore PHPUnit also treats it as a test method
Adding new patch for 11.1.8 that accounts for this third kernel test error.