mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
test: Add a hint message on boolean comparison
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
b95a1653e6
commit
a425a1affc
1 changed files with 1 additions and 1 deletions
|
|
@ -557,7 +557,7 @@ abstract class Storage extends \Test\TestCase {
|
|||
|
||||
$this->instance->copy('source', 'target');
|
||||
|
||||
$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');
|
||||
$this->assertEquals('foo', $this->instance->file_get_contents('target/test1.txt'));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue