We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83909cf commit 1ee3bb0Copy full SHA for 1ee3bb0
composer.json
@@ -26,5 +26,9 @@
26
"phpbench/phpbench": "^1.0",
27
"squizlabs/php_codesniffer": "^3.6",
28
"phpmd/phpmd": "^2.10"
29
+ },
30
+ "scripts": {
31
+ "tests": "./vendor/bin/phpunit",
32
+ "rules": "./vendor/bin/phpcs && ./vendor/bin/psalm && ./vendor/bin/phpstan && ./vendor/bin/phpmd src text phpmd.ruleset.xml"
33
}
34
psalm.xml
@@ -7,8 +7,8 @@
7
>
8
<projectFiles>
9
<directory name="src" />
10
- <directory name="tests" />
11
<ignoreFiles>
+ <directory name="tests" />
12
<directory name="vendor" />
13
</ignoreFiles>
14
</projectFiles>
0 commit comments