Ticket created by ~ancarda on ~ancarda/high-test-coverage
DateTimeImmutableFactory could easily have a
now
function that calls__invoke
with the default arguments: https://www.php-fig.org/psr/psr-20/
Ticket created by ~ancarda on ~ancarda/coverage-enforcer
Currently, running the tool under PHP 8.1.x will cause the following error message:
PHP Deprecated: Return type of Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
This needs to be fixed in symfony/console
Comment by ~ancarda on ~ancarda/coverage-enforcer
REPORTED
RESOLVED FIXEDComment by ~ancarda on ~ancarda/high-test-coverage
Finally fixed: https://git.sr.ht/~ancarda/high-test-coverage/refs/1.1.3
Comment by ~ancarda on ~ancarda/high-test-coverage
Mark Dain referenced this ticket in commit c2fcd90.
Comment by ~ancarda on ~ancarda/high-test-coverage
Mark Dain referenced this ticket in commit 3a811bd.
Comment by ~ancarda on ~ancarda/high-test-coverage
Mark Dain referenced this ticket in commit a3b4d9c.
REPORTED
RESOLVED FIXEDComment by ~ancarda on ~ancarda/high-test-coverage
This was done a long time ago: https://git.sr.ht/~ancarda/high-test-coverage/tree/1.1/item/src/RandomBytes
REPORTED
RESOLVED FIXEDTicket created by ~ancarda on ~ancarda/coverage-enforcer
Tests are being pulled in and PhpStorm is indexing them
Ticket created by ~ancarda on ~ancarda/coverage-enforcer
Currently, coverage enforcer requires
symfony/console:^5.2
. This should be expanded tosymfony/console:^5.2|^6.0
if possible.