Symfony\Component\Filesystem\Tests\FilesystemTest::testReadLinkCanonicalizedPathDoesNotExist PHP Method

testReadLinkCanonicalizedPathDoesNotExist() public method

    public function testReadLinkCanonicalizedPathDoesNotExist()
    {
        $this->assertNull($this->filesystem->readlink($this->normalize($this->workspace . 'invalid'), true));
    }
FilesystemTest