PHP 클래스 Gc\Media\FileTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: gotcms/gotcms

보호된 프로퍼티들

프로퍼티 타입 설명
$object File

공개 메소드들

메소드 설명
testCopyDirectory ( ) : void Test
testGetDirectory ( ) : void Test
testGetFileTransfer ( ) : void Test
testGetPath ( ) : void Test
testInit ( ) : void Test
testIsWritable ( ) : void Test
testIsWritableWithNotWritablePath ( ) : void Test
testRemove ( ) : void Test
testUpload ( ) : void Test
testUploadWithoutValidators ( ) : void Test

보호된 메소드들

메소드 설명
initializeFiles ( ) : void Initiliaze files
removeDirectories ( ) : void Remove directories
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

메소드 상세

initializeFiles() 보호된 메소드

Initiliaze files
protected initializeFiles ( ) : void
리턴 void

removeDirectories() 보호된 메소드

Remove directories
protected removeDirectories ( ) : void
리턴 void

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( ) : void
리턴 void

tearDown() 보호된 메소드

This method is called after a test is executed.
protected tearDown ( ) : void
리턴 void

testCopyDirectory() 공개 메소드

Test
public testCopyDirectory ( ) : void
리턴 void

testGetDirectory() 공개 메소드

Test
public testGetDirectory ( ) : void
리턴 void

testGetFileTransfer() 공개 메소드

Test
public testGetFileTransfer ( ) : void
리턴 void

testGetPath() 공개 메소드

Test
public testGetPath ( ) : void
리턴 void

testInit() 공개 메소드

Test
public testInit ( ) : void
리턴 void

testIsWritable() 공개 메소드

Test
public testIsWritable ( ) : void
리턴 void

testIsWritableWithNotWritablePath() 공개 메소드

Test

testRemove() 공개 메소드

Test
public testRemove ( ) : void
리턴 void

testUpload() 공개 메소드

Test
public testUpload ( ) : void
리턴 void

testUploadWithoutValidators() 공개 메소드

Test
public testUploadWithoutValidators ( ) : void
리턴 void

프로퍼티 상세

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

protected File,Gc\Media $object
리턴 File