diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-11 17:18:52 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-11 17:18:52 +0100 |
commit | eb5cabaf5c094eab2f30abf7e4b47658fe39d923 (patch) | |
tree | 862a080a65b334110e9d037439710808d3d8292a /getmock | |
parent | 10ae00d137d1d146f2da3ecda3f09063804d007d (diff) |
php-phpunit-PHPUnit: 4.8.23, 5.2.4
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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 |