PHP Class ImboIntegrationTest\Auth\AccessControl\Adapter\MongoTest

Inheritance: extends AdapterTests
Show file Open project: imbo/imbo

Protected Properties

Property Type Description
$databaseName string Name of the test database

Public Methods

Method Description
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

Protected Methods

Method Description
getAdapter ( )

Method Details

getAdapter() protected method

See also: ImboIntegrationTest\Database\DatabaseTests::getAdapter()
protected getAdapter ( )

setUp() public method

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

tearDown() public method

Drop the test database after each test
public tearDown ( )

Property Details

$databaseName protected property

Name of the test database
protected string $databaseName
return string