1
0
Fork 0

Fix InstalledVersions issues in PHPStan by including the local file first

pull/9730/head
Jordi Boggiano 2021-02-25 10:49:16 +01:00
parent c78850ab98
commit 980eef5b68
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ parameters:
- '~^Call to an undefined static method Composer\\Test\\PolyfillTestCase::setExpectedException\(\)\.$~'
- '~^Call to an undefined method Composer\\Test\\[a-zA-Z0-9\\]+::(assertFileDoesNotExist|assertMatchesRegularExpression)\(\)\.$~'
bootstrapFiles:
- ../tests/bootstrap.php
paths:
- ../src
- ../tests