PHP 클래스 Platformsh\Cli\Tests\FilesystemHelperTest

상속: extends PHPUnit_Framework_TestCase, use trait HasTempDirTrait
파일 보기 프로젝트 열기: commerceguys/platform-cli

보호된 프로퍼티들

프로퍼티 타입 설명
$filesystemHelper Platformsh\Cli\Helper\FilesystemHelper

공개 메소드들

메소드 설명
setUp ( )
testCopyAll ( ) Test FilesystemHelper::copyAll().
testGetHomeDirectory ( ) Test FilesystemHelper::getHomeDirectory().
testMakePathAbsolute ( ) Test FilesystemHelper::makePathAbsolute().
testRemoveDir ( ) Test FilesystemHelper::remove() on directories.
testSymlinkAll ( ) Test FilesystemHelper::symlinkAll().
testSymlinkDir ( ) Test FilesystemHelper::symlinkDir().
testTempDir ( ) Test our own self::tempDir().

보호된 메소드들

메소드 설명
tempDir ( boolean $fill = false ) : string Create a test directory with a unique name.

메소드 상세

setUp() 공개 메소드

public setUp ( )

tempDir() 보호된 메소드

Create a test directory with a unique name.
protected tempDir ( boolean $fill = false ) : string
$fill boolean Fill the directory with some files.
리턴 string

testCopyAll() 공개 메소드

Test FilesystemHelper::copyAll().
public testCopyAll ( )

testGetHomeDirectory() 공개 메소드

Test FilesystemHelper::getHomeDirectory().

testMakePathAbsolute() 공개 메소드

Test FilesystemHelper::makePathAbsolute().

testRemoveDir() 공개 메소드

Test FilesystemHelper::remove() on directories.
public testRemoveDir ( )

testSymlinkAll() 공개 메소드

Test FilesystemHelper::symlinkAll().
public testSymlinkAll ( )

testSymlinkDir() 공개 메소드

Test FilesystemHelper::symlinkDir().
public testSymlinkDir ( )

testTempDir() 공개 메소드

Test our own self::tempDir().
public testTempDir ( )

프로퍼티 상세

$filesystemHelper 보호되어 있는 프로퍼티

protected FilesystemHelper,Platformsh\Cli\Helper $filesystemHelper
리턴 Platformsh\Cli\Helper\FilesystemHelper