Skip to content

Commit c7c610c

Browse files
authored
[DOCS] Remove section on testing from README.md (#807)
We now have instructions on testing in `CONTRIBUTING.md`.
1 parent 129f7ce commit c7c610c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -814,14 +814,3 @@ contribute to PHP-CSS-Parser.
814814
### Legacy Support
815815

816816
The latest pre-PSR-0 version of this project can be checked with the `0.9.0` tag.
817-
818-
### Running Tests
819-
820-
To run all continuous integration (CI) checks for this project (including unit tests),
821-
* run `composer install` to install the development dependencies managed with Composer;
822-
* run `phive install` to install the development dependencies managed with PHIVE;
823-
* [Installation of PHIVE](https://github.com/phar-io/phive?tab=readme-ov-file#getting-phive)
824-
* run `composer ci` to run all static and dynamic CI checks.
825-
826-
Details of other Composer scripts available (e.g. to run one specific CI check) are provided with `composer list`.
827-

0 commit comments

Comments
 (0)