PHP Class Polyglot\TestCases\DatabaseTestCase

Inheritance: extends PolyglotTestCase
显示文件 Open project: anahkiasen/polyglot Class Usage Examples

Public Methods

Method Description
setUp ( ) Set up the tests
tearDown ( ) : void Clean up mocked instances

Protected Methods

Method Description
createCapsule ( ) : void Create the database Capsule

Method Details

createCapsule() protected method

Create the database Capsule
protected createCapsule ( ) : void
return void

setUp() public method

Set up the tests
public setUp ( )

tearDown() public method

Clean up mocked instances
public tearDown ( ) : void
return void