File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ Executing a command in the testing environment
126126Commands (for example to clear the cache or to run the setup) can be executed inside the container.
127127You must give a version to execute command on, e.g. 71 for PHP 7.1 container:
128128
129- vendor/bin/runInSdTest .sh 71 ./app/install.sh
129+ vendor/bin/sdRunInTest .sh 71 ./app/install.sh
130130
131131If you want to you can even get a shell inside the PHP container:
132132
133- vendor/bin/runInSdTest .sh 71 /bin/bash
133+ vendor/bin/sdRunInTest .sh 71 /bin/bash
File renamed without changes.
Original file line number Diff line number Diff line change 88 " proprietary"
99 ],
1010 "bin" : [
11- " bin/runInSdTest .sh" ,
11+ " bin/sdRunInTest .sh" ,
1212 " bin/sdPlugin.sh" ,
1313 " bin/sdTest.sh"
1414 ]
You can’t perform that action at this time.
0 commit comments