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

testEmptySource() 공개 메소드

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