PHP 클래스 LazyRecord\Testing\ModelTestCase

상속: extends BaseTestCase
파일 보기 프로젝트 열기: corneltek/lazyrecord 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$schemaClasses
$schemaHasBeenBuilt

보호된 프로퍼티들

프로퍼티 타입 설명
$allowConnectionFailure
$bootstrap
$sqlBuilder

공개 메소드들

메소드 설명
setUp ( )
testClasses ( )

보호된 메소드들

메소드 설명
buildSchemaTables ( array $schemas )
dropSchemaTables ( $schemas )

메소드 상세

buildSchemaTables() 보호된 메소드

protected buildSchemaTables ( array $schemas )
$schemas array

dropSchemaTables() 보호된 메소드

protected dropSchemaTables ( $schemas )

setUp() 공개 메소드

public setUp ( )

testClasses() 공개 메소드

public testClasses ( )

프로퍼티 상세

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

protected $allowConnectionFailure

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

protected $bootstrap

$schemaClasses 공개적으로 프로퍼티

public $schemaClasses

$schemaHasBeenBuilt 공개적으로 프로퍼티

public $schemaHasBeenBuilt

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

protected $sqlBuilder