File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed
src/Test/Functional/Acceptance Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,13 @@ protected function wrongConfigurationDataProvider(): array
77
77
}
78
78
79
79
/**
80
- * @return array
81
- * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
80
+ * @param \CliTester $I
81
+ * @param \Codeception\Example $data
82
+ * @throws \Robo\Exception\TaskException
83
+ * @skip
82
84
*/
83
- protected function goodConfigurationDataProvider ( ): array
85
+ public function testGoodConfiguration ( \ CliTester $ I , \ Codeception \ Example $ data ): void
84
86
{
85
- return [] ;
87
+ return ;
86
88
}
87
89
}
Original file line number Diff line number Diff line change 13
13
class RedisPhp72GoodConfigCest extends RedisCest
14
14
{
15
15
/**
16
- * @return array
16
+ * @param \CliTester $I
17
+ * @param \Codeception\Example $data
18
+ * @skip
17
19
*/
18
- protected function defaultConfigurationDataProvider ( ): array
20
+ public function testDefaultConfiguration ( \ CliTester $ I , \ Codeception \ Example $ data ): void
19
21
{
20
- return [] ;
22
+ return ;
21
23
}
22
24
23
25
/**
24
- * @return array
26
+ * @param \CliTester $I
27
+ * @param \Codeception\Example $data
28
+ * @throws \Robo\Exception\TaskException
29
+ * @skip
25
30
*/
26
- protected function wrongConfigurationDataProvider ( ): array
31
+ public function testWrongConfiguration ( \ CliTester $ I , \ Codeception \ Example $ data ): void
27
32
{
28
- return [] ;
33
+ return ;
29
34
}
30
35
31
36
/**
You can’t perform that action at this time.
0 commit comments