Skip to content

Commit 7bb0065

Browse files
qa: Add "testing" keyword to composer.json (#10)
See: php-mock/php-mock#48
1 parent 2243fd4 commit 7bb0065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-mock/php-mock-prophecy",
33
"type": "library",
44
"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.",
5-
"keywords": ["prophecy", "mock", "stub", "test double", "function", "test", "TDD", "BDD"],
5+
"keywords": ["prophecy", "mock", "stub", "test double", "function", "test", "testing", "TDD", "BDD"],
66
"homepage": "https://github.com/php-mock/php-mock-prophecy",
77
"license": "WTFPL",
88
"authors": [

0 commit comments

Comments
 (0)