diff options
-rw-r--r-- | composer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 3b74061..fb612a3 100644 --- a/composer.json +++ b/composer.json @@ -15,5 +15,8 @@ ], "require-dev": { "wp-phpunit/wp-phpunit": "^5.7" + }, + "scripts": { + "test": "./run-tests" } } |