PHP Class AuthorBookModelTest

Inheritance: extends LazyRecord\Testing\ModelTestCase
Show file Open project: corneltek/lazyrecord

Public Methods

Method Description
getModels ( )
testBooleanCondition ( )
testBooleanCreate ( )
testCollection ( )
testCreateRecordWithEmptyArguments ( )
testJoin ( )
testManyToManyRelationCreate ( )
testManyToManyRelationFetch ( )
testModel ( ) Basic CRUD Test
testSchema ( )
testSchemaInterface ( )
testUpdateNull ( )
testUpdateRaw ( )
testVirtualColumn ( )

Method Details

getModels() public method

public getModels ( )

testBooleanCondition() public method

testBooleanCreate() public method

public testBooleanCreate ( )

testCollection() public method

public testCollection ( )

testCreateRecordWithEmptyArguments() public method

testJoin() public method

public testJoin ( )

testManyToManyRelationCreate() public method

testManyToManyRelationFetch() public method

testModel() public method

Basic CRUD Test
public testModel ( )

testSchema() public method

public testSchema ( )

testSchemaInterface() public method

public testSchemaInterface ( )

testUpdateNull() public method

public testUpdateNull ( )

testUpdateRaw() public method

public testUpdateRaw ( )

testVirtualColumn() public method

public testVirtualColumn ( )