Skip to content

Commit

Permalink
Removed PHPUnit from phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jan 7, 2018
1 parent 4aeb5aa commit d7b3501
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions phpstan.neon
Expand Up @@ -9,11 +9,3 @@ parameters:
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::children\(\).#'
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::arrayNode\(\).#'
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::scalarNode\(\).#'

# PHPUnit
- '#Class PHPUnit\\Framework\\TestCase not found and could not be autoloaded.#'
- '#Property [a-zA-Z0-9\\_]+::\$[a-zA-Z0-9_]+ \(PHPUnit_Framework_MockObject_MockObject&[a-zA-Z0-9\\_]+\) does not accept PHPUnit_Framework_MockObject_MockObject.#'
- '#Property [a-zA-Z0-9\\_]+::\$[a-zA-Z0-9_]+ \([a-zA-Z0-9\\_]+|PHPUnit_Framework_MockObject_MockObject\) does not accept PHPUnit_Framework_MockObject_MockObject.#'
- '#Parameter \#\d+ \$[a-zA-Z0-9_]+ of method [a-zA-Z0-9\\_]+::[a-zA-Z0-9_]+\(\) expects [a-zA-Z0-9\\_]+(\[\])?(\|null)?, ([a-zA-Z0-9\\_]+\|)?PHPUnit_Framework_MockObject_MockObject(\|[a-zA-Z0-9\\_]+)?(\[\])? given.#'
- '#Parameter \#\d+ \$[a-zA-Z0-9_]+ of class [a-zA-Z0-9\\_]+::[a-zA-Z0-9_]+\(\) expects [a-zA-Z0-9\\_]+, ([a-zA-Z0-9\\_]+\|)?PHPUnit_Framework_MockObject_MockObject(\|[a-zA-Z0-9\\_]+)?(\[\])? given.#'
- '#Parameter \#\d+ \$[a-zA-Z0-9_]+ of class [a-zA-Z0-9\\_]+ constructor expects [a-zA-Z0-9\\_]+(\|null)?, ([a-zA-Z0-9\\_]+\|)?PHPUnit_Framework_MockObject_MockObject(\|[a-zA-Z0-9\\_]+)?(\[\])? given.#'

0 comments on commit d7b3501

Please sign in to comment.