Skip to content
Snippets Groups Projects

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

Compare and Show latest version
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -543,8 +543,6 @@ class Stage implements LoggerAwareInterface {
if (file_exists($staging_root)) {
try {
$this->fileSystem->deleteRecursive($staging_root, function (string $path): void {
var_dump($path);
var_dump(posix_getpwuid(stat($path)['uid']));
$this->fileSystem->chmod($path, 0777);
});
}
Loading