File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ First you should start the testing docker containers (see also next section of t
4242Handle plugin
4343-------------
4444
45- For all following commands you must pass a php version, for example 7.1 for PHP 7.1 container:
45+ For all following commands you must pass a php version, e.g. 71 for PHP 7.1 container:
4646
4747For adding the plugin run:
4848
@@ -120,7 +120,7 @@ Executing a command in the testing environment
120120----------------------------------------------
121121
122122Commands (for example to clear the cache or to run the setup) can be executed inside the container.
123- You must give a version to execute command on, for example 7.1 for PHP 7.1 container:
123+ You must give a version to execute command on, e.g. 71 for PHP 7.1 container:
124124
125125 vendor/bin/runInSdTest.sh 71 ./app/install.sh
126126
You can’t perform that action at this time.
0 commit comments