File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/Test/Functional/Acceptance Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
namespace Magento \MagentoCloud \Test \Functional \Acceptance ;
9
9
10
10
/**
11
- * @group php71
11
+ * @group php72
12
12
*/
13
- class RedisPhp71Cest extends RedisCest
13
+ class RedisPhp72M22Cest extends RedisCest
14
14
{
15
15
/**
16
16
* @return array
@@ -19,7 +19,7 @@ protected function defaultConfigurationDataProvider(): array
19
19
{
20
20
return [
21
21
[
22
- 'version ' => '2.2.9 ' ,
22
+ 'version ' => '2.2.10 ' ,
23
23
],
24
24
];
25
25
}
@@ -31,7 +31,7 @@ protected function wrongConfigurationDataProvider(): array
31
31
{
32
32
return [
33
33
[
34
- 'version ' => '2.2.9 ' ,
34
+ 'version ' => '2.2.10 ' ,
35
35
'wrongConfiguration ' => [
36
36
'stage ' => [
37
37
'deploy ' => [
@@ -46,7 +46,7 @@ protected function wrongConfigurationDataProvider(): array
46
46
. '\'\Magento\Framework\Cache\Backend\Redis \'' ,
47
47
],
48
48
[
49
- 'version ' => '2.2.9 ' ,
49
+ 'version ' => '2.2.10 ' ,
50
50
'wrongConfiguration ' => [
51
51
'stage ' => [
52
52
'deploy ' => [
@@ -71,7 +71,7 @@ protected function goodConfigurationDataProvider(): array
71
71
{
72
72
return [
73
73
[
74
- 'version ' => '2.2.9 ' ,
74
+ 'version ' => '2.2.10 ' ,
75
75
'backendModel ' => [
76
76
'stage ' => [
77
77
'deploy ' => [
You can’t perform that action at this time.
0 commit comments