PHP Class Lazer\Classes\Helpers\ValidateTest

Inheritance: extends PHPUnit_Framework_TestCase, use trait vfsHelper\Config
Show file Open project: greg0/lazer-database

Protected Properties

Property Type Description
$object Validate

Public Methods

Method Description
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 ( )

Protected Methods

Method Description
setUp ( ) Sets up the fixture, for example, opens a network connection.
tearDown ( ) Tears down the fixture, for example, closes a network connection.

Method Details

setUp() protected method

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

tearDown() protected method

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

testArrToLower() public method

public testArrToLower ( )

testFieldExistsInTable() public method

public testFieldExistsInTable ( $object )

testFieldNotExistsInTable() public method

public testFieldNotExistsInTable ( $object )

testFieldsExistsInTable() public method

public testFieldsExistsInTable ( $object )

testFieldsNotExistsInTable() public method

public testFieldsNotExistsInTable ( $object )

testFilterIndexedArrayFromIdKey() public method

testIsNumeric() public method

public testIsNumeric ( )

testRelationExists() public method

public testRelationExists ( )

testRelationNotExists() public method

testRelationTypeExists() public method

testRelationTypeNotExists() public method

testTable() public method

public testTable ( )

testTableExists() public method

public testTableExists ( $object )

testTableNotExists() public method

public testTableNotExists ( )

testTypeIsNotValid() public method

public testTypeIsNotValid ( $object )

testTypeIsValid() public method

public testTypeIsValid ( $object )

testTypesMatches() public method

public testTypesMatches ( )

testTypesNotMatches() public method

public testTypesNotMatches ( )

Property Details

$object protected property

protected Validate,Lazer\Classes\Helpers $object
return Validate