We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95a165 commit a425a1aCopy full SHA for a425a1a
tests/lib/Files/Storage/Storage.php
@@ -557,7 +557,7 @@ public function testCopyOverWriteDirectory(): void {
557
558
$this->instance->copy('source', 'target');
559
560
- $this->assertFalse($this->instance->file_exists('target/test2.txt'));
+ $this->assertFalse($this->instance->file_exists('target/test2.txt'), 'File target/test2.txt should no longer exist, but does');
561
$this->assertEquals('foo', $this->instance->file_get_contents('target/test1.txt'));
562
}
563
0 commit comments