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
189189 */
190190 public function testComplete (array $ input , array $ expectedSuggestions )
191191 {
192- if (!class_exists (CommandCompletionTester::class)) {
193- $ this ->markTestSkipped ('Test command completion requires symfony/console 5.4+. ' );
194- }
195-
196192 $ formRegistry = new FormRegistry ([], new ResolvedFormTypeFactory ());
197193 $ command = new DebugCommand ($ formRegistry );
198194 $ application = new Application ();
Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ class FormErrorIteratorTest extends TestCase
2626 */
2727 public function testFindByCodes ($ code , $ violationsCount )
2828 {
29- if (!class_exists (ConstraintViolation::class)) {
30- $ this ->markTestSkipped ('Validator component required. ' );
31- }
32-
3329 $ formBuilder = new FormBuilder (
3430 'form ' ,
3531 null ,
You can’t perform that action at this time.
0 commit comments