PHP 클래스 Alcaeus\MongoDbAdapter\Tests\TestCase

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: alcaeus/mongo-php-adapter

보호된 메소드들

메소드 설명
checkFailPoint ( )
configureFailPoint ( $failPoint, $mode, $data = [] )
failMaxTimeMS ( )
getCheckClient ( ) : MongoDB\Client
getCheckDatabase ( ) : MongoDB\Database
getClient ( array | null $options = null, $uri = 'mongodb://localhost' ) : MongoClient
getCollection ( string $name = 'test', MongoDB $database = null ) : MongoCollection
getDatabase ( MongoClient $client = null ) : MongoDB
getGridFS ( string $prefix = 'fs', MongoDB $database = null ) : MongoGridFS
prepareData ( ) : MongoCollection
skipTestIf ( boolean $condition )
skipTestUnless ( boolean $condition )
tearDown ( )

메소드 상세

checkFailPoint() 보호된 메소드

protected checkFailPoint ( )

configureFailPoint() 보호된 메소드

protected configureFailPoint ( $failPoint, $mode, $data = [] )

failMaxTimeMS() 보호된 메소드

protected failMaxTimeMS ( )

getCheckClient() 보호된 메소드

protected getCheckClient ( ) : MongoDB\Client
리턴 MongoDB\Client

getCheckDatabase() 보호된 메소드

protected getCheckDatabase ( ) : MongoDB\Database
리턴 MongoDB\Database

getClient() 보호된 메소드

protected getClient ( array | null $options = null, $uri = 'mongodb://localhost' ) : MongoClient
$options array | null
리턴 MongoClient

getCollection() 보호된 메소드

protected getCollection ( string $name = 'test', MongoDB $database = null ) : MongoCollection
$name string
$database MongoDB
리턴 MongoCollection

getDatabase() 보호된 메소드

protected getDatabase ( MongoClient $client = null ) : MongoDB
$client MongoClient
리턴 MongoDB

getGridFS() 보호된 메소드

protected getGridFS ( string $prefix = 'fs', MongoDB $database = null ) : MongoGridFS
$prefix string
$database MongoDB
리턴 MongoGridFS

prepareData() 보호된 메소드

protected prepareData ( ) : MongoCollection
리턴 MongoCollection

skipTestIf() 보호된 메소드

protected skipTestIf ( boolean $condition )
$condition boolean

skipTestUnless() 보호된 메소드

protected skipTestUnless ( boolean $condition )
$condition boolean

tearDown() 보호된 메소드

protected tearDown ( )