Skip to content
Snippets Groups Projects

Issue #3365151: CollectPathsToExcludeEvent needs to exclude paths relative to the project root prefixed with './' so they are not ambiguous to rsync

Merged Issue #3365151: CollectPathsToExcludeEvent needs to exclude paths relative to the project root prefixed with './' so they are not ambiguous to rsync
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -37,4 +37,4 @@ class CollectPathsToExcludeEventTest extends UnitTestCase {
@@ -37,4 +37,4 @@ class CollectPathsToExcludeEventTest extends UnitTestCase {
$event->addPathsRelativeToProjectRoot(['/absolute/path']);
$event->addPathsRelativeToProjectRoot(['/absolute/path']);
}
}
}
}
\ No newline at end of file
Loading