Files
archived-collections/tests/bootstrap.php
Matthias Pigulla 704ff97f3d Fix reporting of deprecations in tests
Because the de-duplication of deprecation notices was disabled by default, not all actual deprecations were reported after #473.
2025-10-22 18:11:07 +02:00

8 lines
110 B
PHP

<?php
declare(strict_types=1);
use Doctrine\Deprecations\Deprecation;
Deprecation::withoutDeduplication();