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 b518c86 commit 6444b81Copy full SHA for 6444b81
docs/contributions/index.rst
@@ -10,5 +10,13 @@ Clone the mono repository
10
Run the tests
11
=============
12
13
+The project comes with a Makefile that will run the tests and other
14
+checks for you.
15
+It relies on ``docker``, but you can run any make target natively by
16
+using the ``PHP_BIN`` make variable.
17
+For instance, to run the pre-commit checks, you can run::
18
+
19
+ make PHP_BIN=php pre-commit-test
20
21
Submit a Pull Request
22
=====================
0 commit comments