PHP Class ElggCoreFilestoreTest, Elgg

Inheritance: extends ElggCoreUnitTest
Show file Open project: elgg/elgg

Public Methods

Method Description
setUp ( ) Called before each test method.
tearDown ( ) Called after each test method.
testElggFileDelete ( )
testFilenameOnFilestore ( )

Protected Methods

Method Description
createTestUser ( $username = 'fileTest' )

Method Details

createTestUser() protected method

protected createTestUser ( $username = 'fileTest' )

setUp() public method

Called before each test method.
public setUp ( )

tearDown() public method

Called after each test method.
public tearDown ( )

testElggFileDelete() public method

public testElggFileDelete ( )

testFilenameOnFilestore() public method