Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /