From 33a99c190d078e77864b8d74cdc91cc4e5342598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Tue, 13 Jun 2023 08:46:04 +0100 Subject: [PATCH] qa: Add "testing" keyword to composer.json (#60) See: https://github.com/php-mock/php-mock/pull/48 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [