PHP Class Phive\Queue\Tests\Queue\TypeSafeQueueTest

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 ( $data )
testPush ( $item )

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 ( $data )

testPush() public method

public testPush ( $item )

Property Details

$innerQueue protected_oe property

protected $innerQueue

$queue protected_oe property

protected $queue