PHP 클래스 ImboIntegrationTest\Auth\AccessControl\Adapter\MongoTest

상속: extends AdapterTests
파일 보기 프로젝트 열기: imbo/imbo

보호된 프로퍼티들

프로퍼티 타입 설명
$databaseName string Name of the test database

공개 메소드들

메소드 설명
setUp ( ) Make sure we have the mongo extension available and drop the test database just in case
tearDown ( ) Drop the test database after each test

보호된 메소드들

메소드 설명
getAdapter ( )

메소드 상세

getAdapter() 보호된 메소드

또한 보기: ImboIntegrationTest\Database\DatabaseTests::getAdapter()
protected getAdapter ( )

setUp() 공개 메소드

Make sure we have the mongo extension available and drop the test database just in case
public setUp ( )

tearDown() 공개 메소드

Drop the test database after each test
public tearDown ( )

프로퍼티 상세

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

Name of the test database
protected string $databaseName
리턴 string