Skip to content

Commit 6c7718b

Browse files
authored
Improve tests (#243)
1 parent 8ccfd44 commit 6c7718b

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
| Is bugfix? | ✔️/❌
44
| New feature? | ✔️/❌
55
| Breaks BC? | ✔️/❌
6-
| Fixed issues | comma-separated list of tickets # fixed by the PR, if any

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"roave/infection-static-analysis-plugin": "^1.25|^1.32",
3838
"spatie/phpunit-watcher": "^1.23",
3939
"vimeo/psalm": "^4.30|^5.12",
40+
"yiisoft/db-sqlite": "^1.1",
4041
"yiisoft/files": "^1.0|^2.0",
4142
"yiisoft/test-support": "^3.0",
4243
"yiisoft/yii-console": "^1.0|^2.0"

phpunit.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
<source>
3636
<include>
3737
<directory>./src</directory>
38+
<directory>./bin</directory>
39+
<directory>./config</directory>
3840
</include>
3941
<exclude>
4042
<file>./src/Service/Generate/PhpRenderer.php</file>

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
>
1010
<projectFiles>
1111
<directory name="src" />
12+
<directory name="bin" />
1213
<ignoreFiles>
1314
<directory name="vendor" />
1415
</ignoreFiles>

0 commit comments

Comments
 (0)