Skip to content

Commit

Permalink
Add submodule update to contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 20, 2024
1 parent 232bb74 commit 881ecad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ Installation directions for Composer may be found in its

The library's test suite uses [PHPUnit](https://phpunit.de/), which is installed
through the [PHPUnit Bridge](https://symfony.com/phpunit-bridge) dependency by
Composer.
Composer. To run the spec tests, initialize the corresponding Git submodule:

```
$ git submodule update --init
```

The test suite may be executed with:

Expand Down

0 comments on commit 881ecad

Please sign in to comment.