PHP 클래스 Neos\Flow\Tests\Unit\ResourceManagement\Storage\WritableFileSystemStorageTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$mockDirectory org\bovigo\vfs\vfsStreamDirectory
$mockEnvironment Neos\Flow\Utility\Environment | PHPUnit_Framework_MockObject_MockObject
$writableFileSystemStorage Neos\Flow\ResourceManagement\Storage\WritableFileSystemStorage | PHPUnit_Framework_MockObject_MockObject

공개 메소드들

메소드 설명
importTemporaryFileFixesPermissionsForTemporaryFile ( )
importTemporaryFileSkipsFilesThatAlreadyExist ( )
setUp ( )

메소드 상세

importTemporaryFileFixesPermissionsForTemporaryFile() 공개 메소드

importTemporaryFileSkipsFilesThatAlreadyExist() 공개 메소드

setUp() 공개 메소드

public setUp ( )

프로퍼티 상세

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

protected vfsStreamDirectory,org\bovigo\vfs $mockDirectory
리턴 org\bovigo\vfs\vfsStreamDirectory

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

protected Environment,Neos\Flow\Utility|PHPUnit_Framework_MockObject_MockObject $mockEnvironment
리턴 Neos\Flow\Utility\Environment | PHPUnit_Framework_MockObject_MockObject

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

protected WritableFileSystemStorage,Neos\Flow\ResourceManagement\Storage|PHPUnit_Framework_MockObject_MockObject $writableFileSystemStorage
리턴 Neos\Flow\ResourceManagement\Storage\WritableFileSystemStorage | PHPUnit_Framework_MockObject_MockObject