File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Test/Functional/Acceptance Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
/**
11
11
* @group php72
12
12
*/
13
- class RedisPhp72Cest2 extends RedisCest
13
+ class RedisPhp72GoodConfigCest extends RedisCest
14
14
{
15
15
/**
16
16
* @return array
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cp codeception.dist.yml codeception.yml
15
15
echo " groups:" >> codeception.yml
16
16
echo " parallel_${php_version} _*: tests/functional/_data/parallel_${php_version} _*" >> codeception.yml
17
17
18
- if [ $php_version == " 74" ]; then
18
+ if [[ $php_version == " 74" ] ]; then
19
19
echo " Total = ${# test_set_list[@]} ;"
20
20
echo " Batch #1 = Acceptance"
21
21
echo " src/Test/Functional/Acceptance/AcceptanceCest.php" >> " tests/functional/_data/parallel_${php_version} _1.yml"
You can’t perform that action at this time.
0 commit comments