We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f75c94 commit 862a2eeCopy full SHA for 862a2ee
CONTRIBUTING.md
@@ -22,7 +22,11 @@ Installation directions for Composer may be found in its
22
23
The library's test suite uses [PHPUnit](https://phpunit.de/), which is installed
24
through the [PHPUnit Bridge](https://symfony.com/phpunit-bridge) dependency by
25
-Composer.
+Composer. To run the spec tests, initialize the corresponding Git submodule:
26
+
27
+```
28
+$ git submodule update --init
29
30
31
The test suite may be executed with:
32
0 commit comments