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

testExistingTarget() 공개 메소드

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