Skip to content
Snippets Groups Projects

Issue #3304365: Do not check excluded folders for symlinks

Merged Adam G-H requested to merge issue/automatic_updates-3304365:3304365-do-not-check into 8.x-2.x
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -81,7 +81,6 @@ class SymlinkValidatorTest extends PackageManagerKernelTestBase {
];
$this->precondition->assertIsFulfilled(...$arguments)
->will(function (array $arguments) use ($symlinks_exist): void {
// @see ::register()
Assert::assertContains('ignore/me', $arguments[2]->getAll());
if ($symlinks_exist) {
Loading