We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2a824 commit ddb9776Copy full SHA for ddb9776
tests/UnitTest.php
@@ -50,6 +50,7 @@ public function testVendorDirectory() : void
50
$this->addSkipDirectory('DependencyInjection'); // these components don't work due to missing dependencies. Unbelievable for Symfony
51
$this->addSkipDirectory('http-foundation');
52
$this->addSkipDirectory('DataCollector');
53
+ $this->addSkipDirectory('console');
54
$this->assertValidPHPDirectory(__DIR__ . '/../vendor', 'Vendor directory is not valid');
55
}
56
0 commit comments