File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,6 @@ public function testLintIncorrectFileWithGithubFormat()
92
92
93
93
public function testLintAutodetectsGithubActionEnvironment ()
94
94
{
95
- if (!class_exists (GithubActionReporter::class)) {
96
- $ this ->markTestSkipped ('The "github" format is only available since "symfony/console" >= 5.3. ' );
97
- }
98
-
99
95
$ prev = getenv ('GITHUB_ACTIONS ' );
100
96
putenv ('GITHUB_ACTIONS ' );
101
97
@@ -170,10 +166,6 @@ public function testLintFileNotReadable()
170
166
*/
171
167
public function testComplete (array $ input , array $ expectedSuggestions )
172
168
{
173
- if (!class_exists (CommandCompletionTester::class)) {
174
- $ this ->markTestSkipped ('Test command completion requires symfony/console 5.4+. ' );
175
- }
176
-
177
169
$ tester = new CommandCompletionTester ($ this ->createCommand ());
178
170
179
171
$ this ->assertSame ($ expectedSuggestions , $ tester ->complete ($ input ));
You can’t perform that action at this time.
0 commit comments