summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock12
1 files changed, 12 insertions, 0 deletions
diff --git a/getmock b/getmock
index 2c79f7d..5265b53 100755
--- a/getmock
+++ b/getmock
@@ -193,6 +193,18 @@ elif [ $1 = all56 ]; then
n=7
getOneMock el${n}x php56
+elif [ $1 = all70 ]; then
+ for n in 21 22
+ do
+ getOneMock fc${n}i php70
+ getOneMock fc${n}x php70
+ done
+ n=6
+ getOneMock el${n}i php70
+ getOneMock el${n}x php70
+ n=7
+ getOneMock el${n}x php70
+
elif [ $1 = all54 ]; then
for n in 5 6
do