PHP 클래스 Snc\RedisBundle\Tests\CommandTestCase

저자: Sebastian Göttschkes ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: snc/SncRedisBundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$application Symfony\Bundle\FrameworkBundle\Console\Application
$container Symfony\Component\DependencyInjection\ContainerInterface
$phpredisClient Snc\RedisBundle\Client\Phpredis\Client
$predisClient Predis\Client

공개 메소드들

메소드 설명
setUp ( ) SetUp called before each tests, setting up the environment (application, globally used mocks)

보호된 메소드들

메소드 설명
getCommand ( ) : mixed Method used by the implementation of the command test to return the actual command object
registerPhpredisClient ( )
registerPredisClient ( )

메소드 상세

getCommand() 추상적인 보호된 메소드

Method used by the implementation of the command test to return the actual command object
abstract protected getCommand ( ) : mixed
리턴 mixed The command to be tested

registerPhpredisClient() 보호된 메소드

protected registerPhpredisClient ( )

registerPredisClient() 보호된 메소드

protected registerPredisClient ( )

setUp() 공개 메소드

SetUp called before each tests, setting up the environment (application, globally used mocks)
public setUp ( )

프로퍼티 상세

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

protected Application,Symfony\Bundle\FrameworkBundle\Console $application
리턴 Symfony\Bundle\FrameworkBundle\Console\Application

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

protected ContainerInterface,Symfony\Component\DependencyInjection $container
리턴 Symfony\Component\DependencyInjection\ContainerInterface

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

protected Client,Snc\RedisBundle\Client\Phpredis $phpredisClient
리턴 Snc\RedisBundle\Client\Phpredis\Client

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

protected Client,Predis $predisClient
리턴 Predis\Client