PHP Class LazyRecord\Testing\ModelTestCase

Inheritance: extends BaseTestCase
Datei anzeigen 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_oe property

protected $allowConnectionFailure

$bootstrap protected_oe property

protected $bootstrap

$schemaClasses public_oe property

public $schemaClasses

$schemaHasBeenBuilt public_oe property

public $schemaHasBeenBuilt

$sqlBuilder protected_oe property

protected $sqlBuilder