PHP 클래스 Lazer\Classes\Helpers\ValidateTest

상속: extends PHPUnit_Framework_TestCase, use trait vfsHelper\Config
파일 보기 프로젝트 열기: greg0/lazer-database

보호된 프로퍼티들

프로퍼티 타입 설명
$object Validate

공개 메소드들

메소드 설명
testArrToLower ( )
testFieldExistsInTable ( $object )
testFieldNotExistsInTable ( $object )
testFieldsExistsInTable ( $object )
testFieldsNotExistsInTable ( $object )
testFilterIndexedArrayFromIdKey ( )
testIsNumeric ( )
testRelationExists ( )
testRelationNotExists ( )
testRelationTypeExists ( )
testRelationTypeNotExists ( )
testTable ( )
testTableExists ( $object )
testTableNotExists ( )
testTypeIsNotValid ( $object )
testTypeIsValid ( $object )
testTypesMatches ( )
testTypesNotMatches ( )

보호된 메소드들

메소드 설명
setUp ( ) Sets up the fixture, for example, opens a network connection.
tearDown ( ) Tears down the fixture, for example, closes a network connection.

메소드 상세

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( )

tearDown() 보호된 메소드

This method is called after a test is executed.
protected tearDown ( )

testArrToLower() 공개 메소드

public testArrToLower ( )

testFieldExistsInTable() 공개 메소드

public testFieldExistsInTable ( $object )

testFieldNotExistsInTable() 공개 메소드

public testFieldNotExistsInTable ( $object )

testFieldsExistsInTable() 공개 메소드

public testFieldsExistsInTable ( $object )

testFieldsNotExistsInTable() 공개 메소드

public testFieldsNotExistsInTable ( $object )

testFilterIndexedArrayFromIdKey() 공개 메소드

testIsNumeric() 공개 메소드

public testIsNumeric ( )

testRelationExists() 공개 메소드

public testRelationExists ( )

testRelationNotExists() 공개 메소드

testRelationTypeExists() 공개 메소드

testRelationTypeNotExists() 공개 메소드

testTable() 공개 메소드

public testTable ( )

testTableExists() 공개 메소드

public testTableExists ( $object )

testTableNotExists() 공개 메소드

public testTableNotExists ( )

testTypeIsNotValid() 공개 메소드

public testTypeIsNotValid ( $object )

testTypeIsValid() 공개 메소드

public testTypeIsValid ( $object )

testTypesMatches() 공개 메소드

public testTypesMatches ( )

testTypesNotMatches() 공개 메소드

public testTypesNotMatches ( )

프로퍼티 상세

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

protected Validate,Lazer\Classes\Helpers $object
리턴 Validate