Skip to content

Commit d8bb60c

Browse files
committed
Functional Tests for group PHP71 have been dropped
- Update RedisPhp71Cest to work with PHP7.2
1 parent 52cc542 commit d8bb60c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Test/Functional/Acceptance/RedisPhp71Cest.php renamed to src/Test/Functional/Acceptance/RedisPhp72M22Cest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
namespace Magento\MagentoCloud\Test\Functional\Acceptance;
99

1010
/**
11-
* @group php71
11+
* @group php72
1212
*/
13-
class RedisPhp71Cest extends RedisCest
13+
class RedisPhp72M22Cest extends RedisCest
1414
{
1515
/**
1616
* @return array
@@ -19,7 +19,7 @@ protected function defaultConfigurationDataProvider(): array
1919
{
2020
return [
2121
[
22-
'version' => '2.2.9',
22+
'version' => '2.2.10',
2323
],
2424
];
2525
}
@@ -31,7 +31,7 @@ protected function wrongConfigurationDataProvider(): array
3131
{
3232
return [
3333
[
34-
'version' => '2.2.9',
34+
'version' => '2.2.10',
3535
'wrongConfiguration' => [
3636
'stage' => [
3737
'deploy' => [
@@ -46,7 +46,7 @@ protected function wrongConfigurationDataProvider(): array
4646
. '\'\Magento\Framework\Cache\Backend\Redis\'',
4747
],
4848
[
49-
'version' => '2.2.9',
49+
'version' => '2.2.10',
5050
'wrongConfiguration' => [
5151
'stage' => [
5252
'deploy' => [
@@ -71,7 +71,7 @@ protected function goodConfigurationDataProvider(): array
7171
{
7272
return [
7373
[
74-
'version' => '2.2.9',
74+
'version' => '2.2.10',
7575
'backendModel' => [
7676
'stage' => [
7777
'deploy' => [

0 commit comments

Comments
 (0)