Contao\CoreBundle\Test\Util\SymlinkUtilTest::testEmptySource PHP Méthode

testEmptySource() public méthode

Tests an empty source file.
public testEmptySource ( )
    public function testEmptySource()
    {
        SymlinkUtil::symlink('', 'target', $this->getRootDir());
    }