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

testEmptyTarget() public method

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