Contao\CoreBundle\Test\Util\SymlinkUtilTest::testEmptyTarget PHP 메소드

testEmptyTarget() 공개 메소드

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