PHP Class Gc\Media\FileTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: gotcms/gotcms

Protected Properties

Свойство Type Description
$object File

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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.

Method Details

initializeFiles() protected méthode

Initiliaze files
protected initializeFiles ( ) : void
Résultat void

removeDirectories() protected méthode

Remove directories
protected removeDirectories ( ) : void
Résultat void

setUp() protected méthode

This method is called before a test is executed.
protected setUp ( ) : void
Résultat void

tearDown() protected méthode

This method is called after a test is executed.
protected tearDown ( ) : void
Résultat void

testCopyDirectory() public méthode

Test
public testCopyDirectory ( ) : void
Résultat void

testGetDirectory() public méthode

Test
public testGetDirectory ( ) : void
Résultat void

testGetFileTransfer() public méthode

Test
public testGetFileTransfer ( ) : void
Résultat void

testGetPath() public méthode

Test
public testGetPath ( ) : void
Résultat void

testInit() public méthode

Test
public testInit ( ) : void
Résultat void

testIsWritable() public méthode

Test
public testIsWritable ( ) : void
Résultat void

testIsWritableWithNotWritablePath() public méthode

Test

testRemove() public méthode

Test
public testRemove ( ) : void
Résultat void

testUpload() public méthode

Test
public testUpload ( ) : void
Résultat void

testUploadWithoutValidators() public méthode

Test
public testUploadWithoutValidators ( ) : void
Résultat void

Property Details

$object protected_oe property

protected File,Gc\Media $object
Résultat File