Issue #2875796 by diamondsea: Small typo in file test
parent
780a770ded
commit
7b976616c3
|
@ -47,7 +47,7 @@ class UnmanagedCopyTest extends FileTestBase {
|
|||
public function testNonExistent() {
|
||||
// Copy non-existent file
|
||||
$desired_filepath = $this->randomMachineName();
|
||||
$this->assertFalse(file_exists($desired_filepath), "Randomly named file doesn't exists.");
|
||||
$this->assertFalse(file_exists($desired_filepath), "Randomly named file doesn't exist.");
|
||||
$new_filepath = file_unmanaged_copy($desired_filepath, $this->randomMachineName());
|
||||
$this->assertFalse($new_filepath, 'Copying a missing file fails.');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue