PHP 클래스 bandwidthThrottle\tokenBucket\storage\SharedStorageTest

If you want to run vendor specific tests you should provide these environment variables: - MYSQL_DSN, MYSQL_USER - PGSQL_DSN, PGSQL_USER - MEMCACHE_HOST - REDIS_URI
또한 보기: Storage
저자: Markus Malkusch ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: bandwidth-throttle/token-bucket

공개 메소드들

메소드 설명
provideStorageFactories ( ) : callable[][] Provides shared Storage implementations.
testStoragesDontInterfere ( callable $factory ) Tests two storages with different names don't interfere each other.

보호된 메소드들

메소드 설명
tearDown ( )

메소드 상세

provideStorageFactories() 공개 메소드

Provides shared Storage implementations.
public provideStorageFactories ( ) : callable[][]
리턴 callable[][] Storage factories.

tearDown() 보호된 메소드

protected tearDown ( )

testStoragesDontInterfere() 공개 메소드

Tests two storages with different names don't interfere each other.
public testStoragesDontInterfere ( callable $factory )
$factory callable The storage factory.