Skip to content
Snippets Groups Projects

Issue #3328234: Improve test DX *and* confidence: assert VFS state

Compare and Show latest version
4 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -79,7 +79,7 @@ final class SiteFilesExcluder implements EventSubscriberInterface {
$path = $wrapper->getDirectoryPath();
if ($this->fileSystem->isAbsolutePath($path)) {
$this->excludeInProjectRoot($event, [$path]);
$this->excludeInProjectRoot($event, [realpath($path)]);
}
else {
$this->excludeInWebRoot($event, [$path]);
Loading