Skip to content

Commit

Permalink
Merge pull request #266 from palantirnet/bbrala-patch-2
Browse files Browse the repository at this point in the history
Update README-automated-testing.md
  • Loading branch information
agentrickard authored Nov 13, 2023
2 parents d75dfb9 + 7f4d3f9 commit 2ef08b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README-automated-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 2ef08b0

Please sign in to comment.