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'));
    }