Skip to content

Commit c5074bd

Browse files
committed
Remove drupal-phpunit-hack.php
Fixes #407
1 parent ed12959 commit c5074bd

File tree

3 files changed

+0
-44
lines changed

3 files changed

+0
-44
lines changed

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
"phpstan/phpstan-phpunit": "PHPUnit extensions and rules for PHPStan."
3838
},
3939
"autoload": {
40-
"files": [
41-
"drupal-phpunit-hack.php"
42-
],
4340
"psr-4": {
4441
"mglaman\\PHPStanDrupal\\": "src/"
4542
}

drupal-phpunit-hack.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

phpstan.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ parameters:
55
reportUnmatchedIgnoredErrors: false
66
paths:
77
- src
8-
- drupal-phpunit-hack.php
98
- drupal-autoloader.php
109
- tests/src
1110
excludePaths:

0 commit comments

Comments
 (0)