summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock18
1 files changed, 18 insertions, 0 deletions
diff --git a/getmock b/getmock
index 21fd430..930f29a 100755
--- a/getmock
+++ b/getmock
@@ -184,6 +184,10 @@ if [ $1 = php71 ]; then
opt=php71
shift
fi
+if [ $1 = php72 ]; then
+ opt=php72
+ shift
+fi
if [ $1 = devs -o $1 = dev ]; then
opt=devs
shift
@@ -244,6 +248,20 @@ elif [ $1 = all71 ]; then
n=7
getOneMock el${n}x $opt
+elif [ $1 = all72 ]; then
+ [ $opt = remi ] && opt=php72
+ [ $opt = test ] && opt=test72
+ for n in 25 26 27
+ do
+ getOneMock fc${n}i $opt
+ getOneMock fc${n}x $opt
+ done
+ n=6
+ getOneMock el${n}i $opt
+ getOneMock el${n}x $opt
+ n=7
+ getOneMock el${n}x $opt
+
elif [ $1 = all54 ]; then
for n in 6
do