PHP 클래스 bandwidthThrottle\tokenBucket\storage\FileStorageTest

또한 보기: FileStorage
저자: Markus Malkusch ([email protected])
상속: extends PHPUnit_Framework_TestCase, use trait phpmock\phpunit\PHPMock
파일 보기 프로젝트 열기: bandwidth-throttle/token-bucket

공개 메소드들

메소드 설명
testGetMicrotimeFailsReading ( ) Tests reading fails in getMicrotime().
testGetMicrotimeFailsSeeking ( ) Tests seeking fails in getMicrotime().
testGetMicrotimeReadsToLittle ( ) Tests readinging too little in getMicrotime().
testOpeningFails ( ) Tests opening the file fails.
testRemoveFails ( ) Tests deleting fails.
testSetMicrotimeFailsSeeking ( ) Tests seeking fails in setMicrotime().
testSetMicrotimeFailsWriting ( ) Tests writings fails in setMicrotime().

메소드 상세

testGetMicrotimeFailsReading() 공개 메소드

Tests reading fails in getMicrotime().

testGetMicrotimeFailsSeeking() 공개 메소드

Tests seeking fails in getMicrotime().

testGetMicrotimeReadsToLittle() 공개 메소드

Tests readinging too little in getMicrotime().

testOpeningFails() 공개 메소드

Tests opening the file fails.
public testOpeningFails ( )

testRemoveFails() 공개 메소드

Tests deleting fails.
public testRemoveFails ( )

testSetMicrotimeFailsSeeking() 공개 메소드

Tests seeking fails in setMicrotime().

testSetMicrotimeFailsWriting() 공개 메소드

Tests writings fails in setMicrotime().