mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 21:18:46 +02:00
⬆️ Upgrading dependencies
This commit is contained in:
@@ -801,7 +801,7 @@ class FilesystemTest extends FilesystemTestCase
|
||||
$file = $this->workspace.\DIRECTORY_SEPARATOR.'file';
|
||||
$link = $this->workspace.\DIRECTORY_SEPARATOR.'link';
|
||||
|
||||
// $file does not exists right now: creating "broken" links is a wanted feature
|
||||
// $file does not exist right now: creating "broken" links is a wanted feature
|
||||
$this->filesystem->symlink($file, $link);
|
||||
|
||||
$this->assertTrue(is_link($link));
|
||||
|
||||
Reference in New Issue
Block a user