Skip to content

Commit 6a63ddb

Browse files
author
Tobias Lückel
committed
Changes the command from runInSdTest to sdRunInTest because the other commands also starts with sd prefix
1 parent 1f2d6cb commit 6a63ddb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ Executing a command in the testing environment
126126
Commands (for example to clear the cache or to run the setup) can be executed inside the container.
127127
You 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

131131
If 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.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"proprietary"
99
],
1010
"bin": [
11-
"bin/runInSdTest.sh",
11+
"bin/sdRunInTest.sh",
1212
"bin/sdPlugin.sh",
1313
"bin/sdTest.sh"
1414
]

0 commit comments

Comments
 (0)