PHP Class Phive\Queue\Tests\Queue\ExceptionalQueueTest

Inheritance: extends PHPUnit_Framework_TestCase, use trait Util
Datei anzeigen Open project: rybakit/phive-queue

Protected Properties

Property Type Description
$innerQueue
$queue

Public Methods

Method Description
testClear ( )
testCount ( )
testPop ( )
testPush ( )
testThrowOriginalQueueException ( $method )
testThrowWrappedQueueException ( $method )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testClear() public method

public testClear ( )

testCount() public method

public testCount ( )

testPop() public method

public testPop ( )

testPush() public method

public testPush ( )

testThrowOriginalQueueException() public method

public testThrowOriginalQueueException ( $method )

testThrowWrappedQueueException() public method

public testThrowWrappedQueueException ( $method )

Property Details

$innerQueue protected_oe property

protected $innerQueue

$queue protected_oe property

protected $queue