PHP Class LazyRecord\Testing\ModelTestCase

Inheritance: extends BaseTestCase
Show file Open project: corneltek/lazyrecord Class Usage Examples

Public Properties

Property Type Description
$schemaClasses
$schemaHasBeenBuilt

Protected Properties

Property Type Description
$allowConnectionFailure
$bootstrap
$sqlBuilder

Public Methods

Method Description
setUp ( )
testClasses ( )

Protected Methods

Method Description
buildSchemaTables ( array $schemas )
dropSchemaTables ( $schemas )

Method Details

buildSchemaTables() protected method

protected buildSchemaTables ( array $schemas )
$schemas array

dropSchemaTables() protected method

protected dropSchemaTables ( $schemas )

setUp() public method

public setUp ( )

testClasses() public method

public testClasses ( )

Property Details

$allowConnectionFailure protected property

protected $allowConnectionFailure

$bootstrap protected property

protected $bootstrap

$schemaClasses public property

public $schemaClasses

$schemaHasBeenBuilt public property

public $schemaHasBeenBuilt

$sqlBuilder protected property

protected $sqlBuilder