Skip to content

Commit a4ba9ea

Browse files
committed
MCLOUD-7072: Add CLI command for generating .magento.env.yaml
1 parent 10233ee commit a4ba9ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Test/Functional/Acceptance/RedisPhp72Cest2.php renamed to src/Test/Functional/Acceptance/RedisPhp72GoodConfigCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* @group php72
1212
*/
13-
class RedisPhp72Cest2 extends RedisCest
13+
class RedisPhp72GoodConfigCest extends RedisCest
1414
{
1515
/**
1616
* @return array

tests/travis/prepare_functional_parallel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cp codeception.dist.yml codeception.yml
1515
echo "groups:" >> codeception.yml
1616
echo " parallel_${php_version}_*: tests/functional/_data/parallel_${php_version}_*" >> codeception.yml
1717

18-
if [ $php_version == "74" ]; then
18+
if [[ $php_version == "74" ]]; then
1919
echo "Total = ${#test_set_list[@]};"
2020
echo "Batch #1 = Acceptance"
2121
echo "src/Test/Functional/Acceptance/AcceptanceCest.php" >> "tests/functional/_data/parallel_${php_version}_1.yml"

0 commit comments

Comments
 (0)