From: Andrey Kutejko Date: Sat, 27 Jan 2018 15:19:29 +0000 (+0100) Subject: add test script X-Git-Tag: 0.6~23 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=a59459e0de97a3982748cfe90eb09603b533cb0f;p=ipf.git add test script --- diff --git a/composer.json b/composer.json index 28c83ae..0874def 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,8 @@ "url": "http://packages.andy128k.net/php/" } ], - "minimum-stability": "dev" + "minimum-stability": "dev", + "scripts": { + "test": "phpunit --bootstrap t/project/htdocs/index.php t/" + } } -