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 3370465 commit 2c37b3aCopy full SHA for 2c37b3a
README.md
@@ -37,6 +37,19 @@ Usage / First steps
37
First you should start the testing docker containers (see also next section of this README):
38
39
vendor/bin/sdTest.sh start
40
+
41
42
+(De-)Activating plugin
43
+-------------------
44
45
+You must give a version to execute command on, for example 7.1 for PHP 7.1 container:
46
47
+ vendor/bin/sdPlugin.sh 71 add
48
49
+For deactivating plugin run:
50
51
+ vendor/bin/sdPlugin.sh 71 remove
52
53
54
Controlling the testing environment
55
-----------------------------------
0 commit comments