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:
parent
73fbd7bfae
commit
3bbd8e7984
5 changed files with 0 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue