From 1ef9e2f185afb5a208f3af214a5b77459e68c2a6 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 1 Sep 2023 13:20:48 +0100 Subject: [PATCH] Revert adding of pest --- README.md | 1 - resources/test.json | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/README.md b/README.md index c3236e26..0351b344 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ It has been extracted as a separate project to make maintenance easier and enabl | parallel-lint | [Checks PHP file syntax](https://github.com/php-parallel-lint/PHP-Parallel-Lint) | ✅ | ✅ | ✅ | | paratest | [Parallel testing for PHPUnit](https://github.com/paratestphp/paratest) | ✅ | ✅ | ✅ | | pdepend | [Static Analysis Tool](https://pdepend.org/) | ✅ | ✅ | ✅ | -| pest | [an elegant PHP testing Framework with a focus on simplicity](https://github.com/pestphp/pest) | ✅ | ✅ | ✅ | | phan | [Static Analysis Tool](https://github.com/phan/phan) | ✅ | ✅ | ✅ | | phive | [PHAR Installation and Verification Environment](https://phar.io/) | ✅ | ✅ | ✅ | | php-coupling-detector | [Detects code coupling issues](https://akeneo.github.io/php-coupling-detector/) | ✅ | ✅ | ✅ | diff --git a/resources/test.json b/resources/test.json index 1fe40c89..e17d64f9 100644 --- a/resources/test.json +++ b/resources/test.json @@ -54,20 +54,6 @@ "test": "paratest --version", "tags": ["test"] }, - { - "name": "pest", - "summary": "an elegant PHP testing Framework with a focus on simplicity", - "website": "https://github.com/pestphp/pest", - "command": { - "composer-bin-plugin": { - "package": "pestphp/pest", - "namespace": "pest", - "links": {"%target-dir%/pest": "pest"} - } - }, - "test": "pest -v", - "tags": ["test"] - }, { "name": "phpcov", "summary": "a command-line frontend for the PHP_CodeCoverage library",