Skip to content

Commit a203a7a

Browse files
committed
Test with bleeding edge
1 parent 12e0191 commit a203a7a

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "~7.1",
2020
"nikic/php-parser": "^4.0",
21-
"phpstan/phpstan": "^0.11"
21+
"phpstan/phpstan": "^0.11.4"
2222
},
2323
"require-dev": {
2424
"consistence/coding-standard": "^3.0.1",

Diff for: phpstan.neon

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ includes:
22
- vendor/phpstan/phpstan-phpunit/extension.neon
33
- vendor/phpstan/phpstan-phpunit/rules.neon
44
- rules.neon
5+
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
56

67
parameters:
78
excludes_analyse:

Diff for: tests/Levels/LevelsIntegrationTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getPhpStanExecutablePath(): string
2929

3030
public function getPhpStanConfigPath(): ?string
3131
{
32-
return __DIR__ . '/../../rules.neon';
32+
return __DIR__ . '/phpstan.neon';
3333
}
3434

3535
}

Diff for: tests/Levels/phpstan.neon

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
includes:
2+
- ../../rules.neon
3+
- ../../vendor/phpstan/phpstan/conf/bleedingEdge.neon

0 commit comments

Comments
 (0)