Skip to content

Commit ddb9776

Browse files
committed
More Symfony exceptions because they can't manage dependencies correctly
1 parent da2a824 commit ddb9776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/UnitTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public function testVendorDirectory() : void
5050
$this->addSkipDirectory('DependencyInjection'); // these components don't work due to missing dependencies. Unbelievable for Symfony
5151
$this->addSkipDirectory('http-foundation');
5252
$this->addSkipDirectory('DataCollector');
53+
$this->addSkipDirectory('console');
5354
$this->assertValidPHPDirectory(__DIR__ . '/../vendor', 'Vendor directory is not valid');
5455
}
5556
}

0 commit comments

Comments
 (0)