summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-11 17:18:52 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-11 17:18:52 +0100
commiteb5cabaf5c094eab2f30abf7e4b47658fe39d923 (patch)
tree862a080a65b334110e9d037439710808d3d8292a /getmock
parent10ae00d137d1d146f2da3ecda3f09063804d007d (diff)
php-phpunit-PHPUnit: 4.8.23, 5.2.4
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock22
1 files changed, 22 insertions, 0 deletions
diff --git a/getmock b/getmock
index 94746e1..7ccef49 100755
--- a/getmock
+++ b/getmock
@@ -224,6 +224,28 @@ elif [ $1 = all54 ]; then
n=7
getOneMock el${n}x remi
+elif [ $1 = for56 ]; then
+ i=20
+ getOneMock fc${i}x test
+ for i in 21 22 23
+ do
+ getOneMock fc${i}x remi
+ done
+ for i in 5 6 7
+ do
+ getOneMock el${i}x test
+ done
+
+elif [ $1 = for55 ]; then
+ for i in 20 21 22 23
+ do
+ getOneMock fc${i}x remi
+ done
+ for i in 5 6 7
+ do
+ getOneMock el${i}x test
+ done
+
elif [ $1 = allx ]; then
for i in 20 21 22 23
do