Skip to content

Commit

Permalink
#122: Update the PHPUnit section of the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
tormi committed May 25, 2021
1 parent 163c0a5 commit 48ffbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For additional instructions, please see the [Silta documentation](https://github

### Running tests

The [PHPUnit](https://phpunit.de/) test framework is predefined in this project. `phpunit.xml` settings file is copied from `web/core/phpunit.xml.dist` during the initial build and modified by `.lando/phpunit.sh`, change it as needed and commit to the GIT. See more at [web/core/tests/README.md](web/core/tests/README.md).
The [PHPUnit](https://phpunit.de/) test framework is predefined in this project, see `phpunit.xml` for details. Also, there is a `web/modules/custom/phpunit_example` module included from [examples module](https://www.drupal.org/project/examples) for learning purposes.

#### Testing examples

Expand Down

0 comments on commit 48ffbde

Please sign in to comment.