PHP Class Elgg\Application\CacheHandlerTest

Inheritance: extends Elgg\TestCase
Datei anzeigen Open project: elgg/elgg

Protected Properties

Property Type Description
$handler CacheHandler

Public Methods

Method Description
setUp ( )
testCanHandleConditionalRequests ( )
testCanParseValidRequest ( )
testCantParseDoubleDot ( )
testGetContentTypeHandlesJs ( )
testGetViewFileTypeHandlesJs ( )
testParseRequiresLeadingSlash ( )
testParserHasCharWhitelist ( )
testParserRequiresNonEmptyViewtype ( )
testParserRequiresNumericTs ( )

Protected Methods

Method Description
_testParseFail ( $input )

Method Details

_testParseFail() protected method

protected _testParseFail ( $input )

setUp() public method

public setUp ( )

testCanHandleConditionalRequests() public method

testCanParseValidRequest() public method

testCantParseDoubleDot() public method

testGetContentTypeHandlesJs() public method

testGetViewFileTypeHandlesJs() public method

testParseRequiresLeadingSlash() public method

testParserHasCharWhitelist() public method

testParserRequiresNonEmptyViewtype() public method

testParserRequiresNumericTs() public method

Property Details

$handler protected_oe property

protected CacheHandler,Elgg\Application $handler
return CacheHandler