Skip to content

Commit

Permalink
Improve tests (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Dec 19, 2023
1 parent 8ccfd44 commit 6c7718b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -3,4 +3,3 @@
| Is bugfix? | ✔️/❌
| New feature? | ✔️/❌
| Breaks BC? | ✔️/❌
| Fixed issues | comma-separated list of tickets # fixed by the PR, if any
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -37,6 +37,7 @@
"roave/infection-static-analysis-plugin": "^1.25|^1.32",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.30|^5.12",
"yiisoft/db-sqlite": "^1.1",
"yiisoft/files": "^1.0|^2.0",
"yiisoft/test-support": "^3.0",
"yiisoft/yii-console": "^1.0|^2.0"
Expand Down
2 changes: 2 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -35,6 +35,8 @@
<source>
<include>
<directory>./src</directory>
<directory>./bin</directory>
<directory>./config</directory>
</include>
<exclude>
<file>./src/Service/Generate/PhpRenderer.php</file>
Expand Down
1 change: 1 addition & 0 deletions psalm.xml
Expand Up @@ -9,6 +9,7 @@
>
<projectFiles>
<directory name="src" />
<directory name="bin" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
Expand Down

0 comments on commit 6c7718b

Please sign in to comment.