forked from lmc-eu/steward
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
13 lines (13 loc) · 928 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
parameters:
ignoreErrors:
- '#Undefined variable: \$e#'
- '#Constructor of class .+ImplementsCapabilitiesResolverInterface has an unused parameter \$config#'
- '#Lmc\\Steward\\ConfigProviderHelper::__construct\(\) does not call parent constructor from Lmc\\Steward\\ConfigProvider#'
- '#Constructor of class Lmc\\Steward\\Selenium\\Fixtures\\CapabilitiesResolverFixture has an unused parameter \$config#'
- '#Access to an undefined property PHPUnit_Framework_MockObject_MockObject#'
- '#Call to an undefined method PHPUnit_Framework_MockObject_MockObject::setCommandExecutor\(\)#'
- '#Call to an undefined method Lmc\\Steward\\Component\\Fixtures\\MockComponent::notExisting\(\)#'
excludes_analyse:
- '%rootDir%/../../../../src-tests/Process/Fixtures/InvalidTests/WrongClassTest.php'
- '%rootDir%/../../../../src-tests/Test/SyntaxSugarTraitTest.php'
bootstrap: %rootDir%/../../../../src-tests/bootstrap.php