Contao\CoreBundle\Test\Util\SymlinkUtilTest::testEmptySource PHP Method

testEmptySource() public method

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