Skip to content

Commit

Permalink
qa: Add "testing" keyword to composer.json (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra authored Jun 13, 2023
1 parent 8cd8fc6 commit 33a99c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 33a99c1

Please sign in to comment.