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 769d4d6 commit fb4f4ceCopy full SHA for fb4f4ce
contributing/code/tests.rst
100755
100644
@@ -31,22 +31,18 @@ The test suite need the following third-party libraries:
31
* Swiftmailer
32
* Twig
33
34
-To install them all, run the `install_vendors.sh` script:
+To install them all, run the `vendors.sh` script:
35
36
.. code-block:: bash
37
38
- $ sh install_vendors.sh
+ $ sh vendors.sh
39
40
.. note::
41
42
Note that the script takes some time to finish.
43
44
-After installation, you can update the vendors anytime with the
45
-`update_vendors.sh` script:
46
-
47
-.. code-block:: bash
48
49
- $ sh update_vendors.sh
+After installation, you can update the vendors anytime by running the
+`vendors.sh` script again.
50
51
Running
52
-------
0 commit comments