File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,26 @@ First you should start the testing docker containers (see also next section of t
3939 vendor/bin/sdTest.sh start
4040
4141
42- (De-)Activating plugin
43- -------------------
42+ Handle plugin
43+ -------------
4444
45- You must give a version to execute command on, for example 7.1 for PHP 7.1 container:
45+ For all following commands you must pass a php version, for example 7.1 for PHP 7.1 container:
46+
47+ For adding the plugin run:
4648
4749 vendor/bin/sdPlugin.sh 71 add
4850
49- For deactivating plugin run:
51+ For removing the plugin run:
5052
5153 vendor/bin/sdPlugin.sh 71 remove
54+
55+ For activating the plugin run:
56+
57+ vendor/bin/sdPlugin.sh 71 activate
58+
59+ For deactivating the plugin run:
60+
61+ vendor/bin/sdPlugin.sh 71 deactivate
5262
5363
5464Controlling the testing environment
You can’t perform that action at this time.
0 commit comments