PHP Class Symfony\Component\HttpKernel\Tests\Profiler\RedisProfilerStorageTest

Inheritance: extends Symfony\Component\HttpKernel\Tests\Profiler\AbstractProfilerStorageTest
Show file Open project: snc/SncRedisBundle

Protected Properties

Property Type Description
$storage

Public Methods

Method Description
testChildren ( )
testDuplicates ( )
testPurge ( )
testRetrieveByEmptyUrlAndIp ( )
testRetrieveByIp ( )
testRetrieveByMethodAndLimit ( )
testRetrieveByUrl ( )
testStatusCode ( )
testStore ( )
testStoreDuplicateToken ( )
testStoreSpecialCharsInUrl ( )
testStoreTime ( )

Protected Methods

Method Description
getStorage ( ) : RedisProfilerStorage
setUp ( )
tearDown ( )

Method Details

getStorage() protected method

protected getStorage ( ) : RedisProfilerStorage
return Snc\RedisBundle\Profiler\Storage\RedisProfilerStorage

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testChildren() public method

public testChildren ( )

testDuplicates() public method

public testDuplicates ( )

testPurge() public method

public testPurge ( )

testRetrieveByEmptyUrlAndIp() public method

testRetrieveByIp() public method

public testRetrieveByIp ( )

testRetrieveByMethodAndLimit() public method

testRetrieveByUrl() public method

public testRetrieveByUrl ( )

testStatusCode() public method

public testStatusCode ( )

testStore() public method

public testStore ( )

testStoreDuplicateToken() public method

testStoreSpecialCharsInUrl() public method

testStoreTime() public method

public testStoreTime ( )

Property Details

$storage protected static property

protected static $storage