Skip to content

Commit 862a2ee

Browse files
committed
Add submodule update to contributing docs
1 parent 4f75c94 commit 862a2ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ Installation directions for Composer may be found in its
2222

2323
The library's test suite uses [PHPUnit](https://phpunit.de/), which is installed
2424
through the [PHPUnit Bridge](https://symfony.com/phpunit-bridge) dependency by
25-
Composer.
25+
Composer. To run the spec tests, initialize the corresponding Git submodule:
26+
27+
```
28+
$ git submodule update --init
29+
```
2630

2731
The test suite may be executed with:
2832

0 commit comments

Comments
 (0)