Skip to content

Commit 525bdba

Browse files
authored
Merge pull request #47 from suzuki/fix-test-config
Modify phpstan configurations for test
2 parents 94d373a + 1c2b885 commit 525bdba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/phpstan-docker.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
parameters:
2-
bootstrap: %currentWorkingDirectory%/../app/tests/bootstrap.php
2+
bootstrapFiles:
3+
- %currentWorkingDirectory%/../app/tests/bootstrap.php

tests/phpstan.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
parameters:
2-
bootstrap: %rootDir%/../../../tests/bootstrap.php
2+
bootstrapFiles:
3+
- %rootDir%/../../../tests/bootstrap.php

0 commit comments

Comments
 (0)