We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d165a6 commit e8a3f71Copy full SHA for e8a3f71
README.md
@@ -94,6 +94,7 @@ see [License](LICENSE)
94
## tests
95
96
```BASH
97
+composer run-script phpunit
98
composer run-script php_src
99
composer run-script php_test
100
```
composer.json
@@ -31,6 +31,7 @@
31
}
32
},
33
"scripts": {
34
+ "phpunit": "phpunit ./tests/",
35
"php_src": "phpcs --standard=phpcs.xml -s -p --colors ./lib/",
36
"php_test": "phpcs --standard=phpcs.xml -s -p --colors ./tests/"
37
0 commit comments