PHP 클래스 Phive\Queue\Tests\Queue\QueueTest

상속: extends PHPUnit_Framework_TestCase, use trait Util
파일 보기 프로젝트 열기: rybakit/phive-queue

보호된 프로퍼티들

프로퍼티 타입 설명
$queue Phive\Queue\Queue
$supportsExpiredEta boolean Whether the queue supports an expired ETA or not.

공개 메소드들

메소드 설명
createQueue ( ) : Phive\Queue\Queue
testCountAndClear ( )
testImplementQueueInterface ( )
testPopDelay ( )
testPopOrder ( )
testPushEqualItems ( )
testPushPop ( )
testPushWithExpiredEta ( )
testSupportItemType ( $item, $type )

보호된 메소드들

메소드 설명
assertNoItemIsAvailable ( Phive\Queue\Queue $queue )
setUp ( )

메소드 상세

assertNoItemIsAvailable() 보호된 메소드

protected assertNoItemIsAvailable ( Phive\Queue\Queue $queue )
$queue Phive\Queue\Queue

createQueue() 추상적인 공개 메소드

abstract public createQueue ( ) : Phive\Queue\Queue
리턴 Phive\Queue\Queue

setUp() 보호된 메소드

protected setUp ( )

testCountAndClear() 공개 메소드

public testCountAndClear ( )

testImplementQueueInterface() 공개 메소드

testPopDelay() 공개 메소드

public testPopDelay ( )

testPopOrder() 공개 메소드

public testPopOrder ( )

testPushEqualItems() 공개 메소드

public testPushEqualItems ( )

testPushPop() 공개 메소드

public testPushPop ( )

testPushWithExpiredEta() 공개 메소드

testSupportItemType() 공개 메소드

public testSupportItemType ( $item, $type )

프로퍼티 상세

$queue 보호되어 있는 프로퍼티

protected Queue,Phive\Queue $queue
리턴 Phive\Queue\Queue

$supportsExpiredEta 보호되어 있는 프로퍼티

Whether the queue supports an expired ETA or not.
protected bool $supportsExpiredEta
리턴 boolean