PHP Class Phive\Queue\Tests\Queue\ExceptionalQueueTest

Inheritance: extends PHPUnit_Framework_TestCase, use trait Util
Afficher le fichier Open project: rybakit/phive-queue

Protected Properties

Свойство Type Description
$innerQueue
$queue

Méthodes publiques

Méthode Description
testClear ( )
testCount ( )
testPop ( )
testPush ( )
testThrowOriginalQueueException ( $method )
testThrowWrappedQueueException ( $method )

Méthodes protégées

Méthode Description
setUp ( )

Method Details

setUp() protected méthode

protected setUp ( )

testClear() public méthode

public testClear ( )

testCount() public méthode

public testCount ( )

testPop() public méthode

public testPop ( )

testPush() public méthode

public testPush ( )

testThrowOriginalQueueException() public méthode

public testThrowOriginalQueueException ( $method )

testThrowWrappedQueueException() public méthode

public testThrowWrappedQueueException ( $method )

Property Details

$innerQueue protected_oe property

protected $innerQueue

$queue protected_oe property

protected $queue