- Issue created by @mstrelan
- 🇦🇺Australia mstrelan
Also postponing on 🐛 Spell-checking job fails with "Argument list too long" when too many files are changed Active .
- Status changed to Needs work
9 months ago 10:34pm 9 April 2024 - Status changed to Needs review
9 months ago 10:55pm 9 April 2024 - 🇦🇺Australia mstrelan
Since this is the last of the test types to have strict types enabled we can loosen the phpcs pattern.
Before:
<include-pattern>*/tests/src/Functional/*</include-pattern> <include-pattern>*/tests/src/FunctionalJavascript/*</include-pattern> <include-pattern>*/tests/src/Kernel/*</include-pattern> <include-pattern>*/tests/src/Traits/*</include-pattern> <include-pattern>*/tests/src/Unit/*</include-pattern>
After:
<include-pattern>*/tests/src/*</include-pattern>
Note that since 📌 Fix strict type errors in AssertContentTrait Needs work is still outstanding we need to exclude that one file. I think it's better to get this in sooner while this is green rather than waiting to resolve that one remaining issue. Adding the following:
<!-- @todo remove this in https://www.drupal.org/project/drupal/issues/3402707 --> <exclude-pattern>./tests/Drupal/KernelTests/AssertContentTrait.php</exclude-pattern>
- Status changed to RTBC
9 months ago 12:00am 10 April 2024 - 🇺🇸United States smustgrave
Can agree with the decision in #6 about getting this in soon to avoid conflicts
- Status changed to Needs review
9 months ago 12:44am 10 April 2024 - 🇳🇿New Zealand quietone
This ,
<include-pattern>*/tests/src/*</include-pattern>
, is nice to see.I do like the idea of not waiting on 📌 Fix strict type errors in AssertContentTrait Needs work . I have not reviewed the MR.
- Status changed to RTBC
9 months ago 1:37am 10 April 2024 - Status changed to Fixed
9 months ago 2:18pm 10 April 2024 - 🇬🇧United Kingdom alexpott 🇪🇺🌍
-
alexpott →
committed 442b4717 on 10.3.x
Issue #3399388 by mstrelan: Add declare(strict_types=1) to all Kernel...
-
alexpott →
committed 442b4717 on 10.3.x
-
alexpott →
committed ce1fa38b on 11.x
Issue #3399388 by mstrelan: Add declare(strict_types=1) to all Kernel...
-
alexpott →
committed ce1fa38b on 11.x
Automatically closed - issue fixed for 2 weeks with no activity.