Pagekit\Filesystem\Tests\FileTest::testCopyDir PHP 메소드

testCopyDir() 공개 메소드

public testCopyDir ( )
    public function testCopyDir()
    {
        $this->assertTrue($this->file->copyDir($this->fixtures, $this->workspace));
        $this->assertTrue($this->file->exists($this->workspace . '/file1.txt'));
        $this->assertTrue($this->file->exists($this->workspace . '/file2.txt'));
    }