Elgg\Filesystem\DirectoryTest::testCanGetAnyFileInThisDirectoryEvenIfTheFileDoesNotExistYet PHP Метод

testCanGetAnyFileInThisDirectoryEvenIfTheFileDoesNotExistYet() публичный Метод

public testCanGetAnyFileInThisDirectoryEvenIfTheFileDoesNotExistYet ( Elgg\Filesystem\Directory $directory )
$directory Elgg\Filesystem\Directory
    public function testCanGetAnyFileInThisDirectoryEvenIfTheFileDoesNotExistYet(Directory $directory)
    {
        $this->assertFalse($directory->getFile('foo.php')->exists());
    }