You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/UnitTest.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,8 @@ public function testVendorDirectory() : void
48
48
$this->skipNamespaceTesting();
49
49
// Sloppy coding from various packages causes us to have to skip directories. If only they used PHPUnitSyntaxCoverage they would have detected these issues!
50
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
51
$this->addSkipDirectory('console');
52
+
$this->addSkipDirectory('php-cs-fixer.d');
54
53
$this->assertValidPHPDirectory(__DIR__ . '/../vendor', 'Vendor directory is not valid');
0 commit comments