File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -189,10 +189,6 @@ class:%s
189
189
*/
190
190
public function testComplete (array $ input , array $ expectedSuggestions )
191
191
{
192
- if (!class_exists (CommandCompletionTester::class)) {
193
- $ this ->markTestSkipped ('Test command completion requires symfony/console 5.4+. ' );
194
- }
195
-
196
192
$ formRegistry = new FormRegistry ([], new ResolvedFormTypeFactory ());
197
193
$ command = new DebugCommand ($ formRegistry );
198
194
$ application = new Application ();
Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ class FormErrorIteratorTest extends TestCase
26
26
*/
27
27
public function testFindByCodes ($ code , $ violationsCount )
28
28
{
29
- if (!class_exists (ConstraintViolation::class)) {
30
- $ this ->markTestSkipped ('Validator component required. ' );
31
- }
32
-
33
29
$ formBuilder = new FormBuilder (
34
30
'form ' ,
35
31
null ,
You can’t perform that action at this time.
0 commit comments