File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,17 +44,17 @@ public function runTestsDoesntFail(\CliGuy $I)
44
44
public function runTestsWithFilterDoesntFail (\CliGuy $ I )
45
45
{
46
46
$ I ->amInPath (codecept_data_dir ('dir_matches_suite ' ));
47
- $ I ->executeCommand ('run tests:^Success ' );
47
+ $ I ->executeCommand ('run tests:^success ' );
48
48
$ I ->seeInShellOutput ('SuccessCest ' );
49
49
50
- $ I ->executeCommand ('run tests/:^Success ' );
50
+ $ I ->executeCommand ('run tests/:^success ' );
51
51
$ I ->seeInShellOutput ('SuccessCest ' );
52
52
}
53
53
54
54
public function filterTestsWithoutSpecifyingSuite (\CliGuy $ I )
55
55
{
56
56
$ I ->amInPath (codecept_data_dir ('dir_matches_suite ' ));
57
- $ I ->executeCommand ('run :^Success ' );
57
+ $ I ->executeCommand ('run :^success ' );
58
58
$ I ->seeInShellOutput ('SuccessCest ' );
59
59
}
60
60
You can’t perform that action at this time.
0 commit comments