Skip to content

Commit

Permalink
qa: Add "testing" keyword to composer.json (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra authored Jun 13, 2023
1 parent 2243fd4 commit 7bb0065
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-prophecy",
"type": "library",
"description": "Mock built-in PHP functions (e.g. time()) with Prophecy. This package relies on PHP's namespace fallback policy. No further extension is needed.",
"keywords": ["prophecy", "mock", "stub", "test double", "function", "test", "TDD", "BDD"],
"keywords": ["prophecy", "mock", "stub", "test double", "function", "test", "testing", "TDD", "BDD"],
"homepage": "https://github.com/php-mock/php-mock-prophecy",
"license": "WTFPL",
"authors": [
Expand Down

0 comments on commit 7bb0065

Please sign in to comment.