From 3395fb16d0c191c0ee79339e08f7eb5a989e07c9 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 25 Jan 2025 10:53:55 +0100 Subject: [PATCH] [DOCS] Remove section on testing from `README.md` We now have instructions on testing in `CONTRIBUTING.md`. --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index ed15010e3..7d18303b9 100644 --- a/README.md +++ b/README.md @@ -814,14 +814,3 @@ contribute to PHP-CSS-Parser. ### Legacy Support The latest pre-PSR-0 version of this project can be checked with the `0.9.0` tag. - -### Running Tests - -To run all continuous integration (CI) checks for this project (including unit tests), -* run `composer install` to install the development dependencies managed with Composer; -* run `phive install` to install the development dependencies managed with PHIVE; - * [Installation of PHIVE](https://github.com/phar-io/phive?tab=readme-ov-file#getting-phive) -* run `composer ci` to run all static and dynamic CI checks. - -Details of other Composer scripts available (e.g. to run one specific CI check) are provided with `composer list`. -