Remove PHPUnit dependency & create shell-script with description for it

This commit is contained in:
Philipp Holzer 2021-04-05 12:33:56 +02:00
commit 7b7322a90a
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
6 changed files with 36 additions and 1459 deletions

View file

@ -124,12 +124,9 @@
]
},
"require-dev": {
"phpdocumentor/reflection-docblock": "^3.0.2",
"phpunit/php-token-stream": "^1.4.2",
"mikey179/vfsstream": "^1.6",
"mockery/mockery": "^1.2",
"johnkary/phpunit-speedtrap": "1.1",
"php-parallel-lint/php-parallel-lint": "^1.2"
"php-parallel-lint/php-parallel-lint": "^1.2",
"mockery/mockery": "^1.3",
"mikey179/vfsstream": "^1.6"
},
"scripts": {
"test": "phpunit"