From 7f4d3f93fcb3bbc16a0012661d407fd3995ca7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Brala?= Date: Fri, 10 Nov 2023 21:02:43 +0100 Subject: [PATCH] Update README-automated-testing.md --- README-automated-testing.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README-automated-testing.md b/README-automated-testing.md index 5e8b3974..1dca40e1 100644 --- a/README-automated-testing.md +++ b/README-automated-testing.md @@ -6,8 +6,6 @@ The Drupal Rector project has PHPUnit tests, extending the testing suite functio the project to have confidence in the written Rector rules. To run the unit tests, there are different system requirements than if you ran Drupal Rector against your Drupal site. -The developer dependencies require `rector/rector-src` which requires PHP 8. - To run the PHPUnit tests: * Clone your fork of the repository @@ -18,7 +16,7 @@ See the `.github/workflows/phpunit.yml` workflow for an example. ### Writing a PHPUnit test -For now, please see the example in `tests/src/Rector/Deprecation/DatetimeStorageTimezoneRector` +For now, please see the example in `tests/src/Rector/Deprecation/DatetimeStorageTimezoneRector`. ## Installation test