PHP Class Phalcon\Tests\Queue\Beanstalk\ExtendedTest

Author: Nikita Vershinin ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: phalcon/incubator

Protected Properties

Property Type Description
$client Phalcon\Queue\Beanstalk\Extended
$shmKey
$shmLimit
$tester UnitTeste\UnitTester UnitTester Object

Public Methods

Method Description
testShouldDoWork ( )
testShouldGetTubes ( )
testShouldPutAndReserve ( )

Protected Methods

Method Description
_after ( ) executed after each test
_before ( ) executed before each test

Method Details

_after() protected method

executed after each test
protected _after ( )

_before() protected method

executed before each test
protected _before ( )

testShouldDoWork() public method

public testShouldDoWork ( )

testShouldGetTubes() public method

public testShouldGetTubes ( )

testShouldPutAndReserve() public method

Property Details

$client protected property

protected Extended,Phalcon\Queue\Beanstalk $client
return Phalcon\Queue\Beanstalk\Extended

$shmKey protected property

protected $shmKey

$shmLimit protected property

protected $shmLimit

$tester protected property

UnitTester Object
protected UnitTester,UnitTeste $tester
return UnitTeste\UnitTester