diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 30f3806..fd01774 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "php-mock/php-mock", "type": "library", "description": "PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.", - "keywords": ["mock", "stub", "test double", "function", "test", "TDD", "BDD"], + "keywords": ["mock", "stub", "test double", "function", "test", "testing", "TDD", "BDD"], "homepage": "https://github.com/php-mock/php-mock", "license": "WTFPL", "authors": [ |