diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-13 10:37:45 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-13 10:37:45 +0200 |
commit | 05c9af1426d00c4c25380fc78bbdc3a6847393bb (patch) | |
tree | fb83a7168073bb9e01d0e16cc0be761693d6164e /composer.json | |
parent | 468cc5e6c0f248ad672dbfbbc085b569fb5b73ba (diff) |
update to 2.7.2 (no change)
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 8b8e15f..5c64c89 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "php-mock/php-mock-phpunit", "type": "library", "description": "Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.", - "keywords": ["phpunit", "mock", "stub", "test double", "function", "test", "TDD", "BDD"], + "keywords": ["phpunit", "mock", "stub", "test double", "function", "test", "testing", "TDD", "BDD"], "homepage": "https://github.com/php-mock/php-mock-phpunit", "license": "WTFPL", "authors": [ |