PHP 클래스 Phalcon\Tests\Queue\Beanstalk\ExtendedTest

저자: Nikita Vershinin ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: phalcon/incubator

보호된 프로퍼티들

프로퍼티 타입 설명
$client Phalcon\Queue\Beanstalk\Extended
$shmKey
$shmLimit
$tester UnitTeste\UnitTester UnitTester Object

공개 메소드들

메소드 설명
testShouldDoWork ( )
testShouldGetTubes ( )
testShouldPutAndReserve ( )

보호된 메소드들

메소드 설명
_after ( ) executed after each test
_before ( ) executed before each test

메소드 상세

_after() 보호된 메소드

executed after each test
protected _after ( )

_before() 보호된 메소드

executed before each test
protected _before ( )

testShouldDoWork() 공개 메소드

public testShouldDoWork ( )

testShouldGetTubes() 공개 메소드

public testShouldGetTubes ( )

testShouldPutAndReserve() 공개 메소드

프로퍼티 상세

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

protected Extended,Phalcon\Queue\Beanstalk $client
리턴 Phalcon\Queue\Beanstalk\Extended

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

protected $shmKey

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

protected $shmLimit

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

UnitTester Object
protected UnitTester,UnitTeste $tester
리턴 UnitTeste\UnitTester