Skip to content

Commit cde39ac

Browse files
committed
Ignore BC error for RegistrationUnitTest
1 parent 21bb145 commit cde39ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ parameters:
3434
-
3535
message: '~is not covered by backward compatibility promise.~'
3636
path: tests/bitExpert/PHPStan/Magento/Autoload/ProxyAutoloaderUnitTest.php
37+
-
38+
message: '~is not covered by backward compatibility promise.~'
39+
path: tests/bitExpert/PHPStan/Magento/Autoload/RegistrationUnitTest.php
3740
-
3841
message: '~bitExpert\\PHPStan\\Magento\\Rules\\Helper\\SampleModel::__construct\(\) does not call parent constructor~'
3942
path: tests/bitExpert/PHPStan/Magento/Rules/Helper/SampleModel.php

0 commit comments

Comments
 (0)