tests: Resolve maintenance phpunit filename deprecation errors

PHPUnit wants the filenames of the tests to match the class name being
tested.

Bug: T337333
Change-Id: I3d568521121f8cd5e15e87a7ee2ba4800139fa41
This commit is contained in:
Umherirrender 2023-07-09 22:34:35 +02:00
parent 73fbd7bfae
commit 3bbd8e7984
5 changed files with 0 additions and 2 deletions

View file

@ -79,8 +79,6 @@
<exclude-pattern>*/maintenance/storage/checkStorage\.php</exclude-pattern> <exclude-pattern>*/maintenance/storage/checkStorage\.php</exclude-pattern>
<exclude-pattern>*/maintenance/storage/recompressTracked\.php</exclude-pattern> <exclude-pattern>*/maintenance/storage/recompressTracked\.php</exclude-pattern>
<exclude-pattern>*/maintenance/storage/trackBlobs\.php</exclude-pattern> <exclude-pattern>*/maintenance/storage/trackBlobs\.php</exclude-pattern>
<!-- Skip violations in some tests for now -->
<exclude-pattern>*/tests/phpunit/maintenance/*</exclude-pattern>
</rule> </rule>
<rule ref="Generic.PHP.NoSilencedErrors.Discouraged"> <rule ref="Generic.PHP.NoSilencedErrors.Discouraged">
<exclude-pattern>*/tests/*</exclude-pattern> <exclude-pattern>*/tests/*</exclude-pattern>