diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 67e2d06..3d078a8 100644 --- a/composer.json +++ b/composer.json @@ -29,5 +29,11 @@ "psr-4": { "Pablotron\\ZipStream\\Tests\\": "tests/" } + }, + + "scripts": { + "test": [ + "phpunit --bootstrap vendor/autoload.php tests" + ] } } |