PHP 클래스 Phalcon\Test\Unit\Mvc\ModelTest

저자: Andres Gutierrez ([email protected])
저자: Serghei Iakovlev ([email protected])
저자: Wojciech Ślawski ([email protected])
파일 보기 프로젝트 열기: phalcon/cphalcon

공개 메소드들

메소드 설명
testBehaviorsSoftDelete ( )
testBehaviorsTimestampable ( )
testCamelCaseRelation ( )
testEmptyConditions ( ) Tests find with empty conditions + bind and limit.
testFindersNormal ( )
testFindersRenamed ( )
testGettersAndSetters ( )
testInvalidVirtualForeignKeys ( ) Tests virtual foreign keys.
testJsonSerialize ( )
testMassAssignmentNormal ( )
testMassAssignmentRenamed ( )
testMultiRelationColumn ( ) Tests Model::hasMany by using multi relation column
testReusableRelation ( ) Tests reusing Model relation
testSerialize ( )
testSerializeSnapshotCache ( ) Tests serializing model while using cache and keeping snapshots
testSnapshotNormal ( )
testSnapshotNormalComplex ( )
testSnapshotRenamed ( )

보호된 메소드들

메소드 설명
_before ( )

메소드 상세

_before() 보호된 메소드

protected _before ( )

testBehaviorsSoftDelete() 공개 메소드

testBehaviorsTimestampable() 공개 메소드

testCamelCaseRelation() 공개 메소드

testEmptyConditions() 공개 메소드

Tests find with empty conditions + bind and limit.
부터: 2016-07-29
저자: Serghei Iakovlev ([email protected])
public testEmptyConditions ( )

testFindersNormal() 공개 메소드

public testFindersNormal ( )

testFindersRenamed() 공개 메소드

public testFindersRenamed ( )

testGettersAndSetters() 공개 메소드

testInvalidVirtualForeignKeys() 공개 메소드

When having multiple virtual foreign keys, check of the first one should affect the check of the next one.
부터: 2016-08-03
저자: Radek Crlik ([email protected])

testJsonSerialize() 공개 메소드

public testJsonSerialize ( )

testMassAssignmentNormal() 공개 메소드

testMassAssignmentRenamed() 공개 메소드

testMultiRelationColumn() 공개 메소드

Tests Model::hasMany by using multi relation column
부터: 2016-08-02
저자: Serghei Iakovlev ([email protected])

testReusableRelation() 공개 메소드

Tests reusing Model relation
부터: 2016-08-03
저자: Serghei Iakovlev ([email protected])

testSerialize() 공개 메소드

public testSerialize ( )

testSerializeSnapshotCache() 공개 메소드

The snapshot should be saved while using cache
부터: 2016-08-26
저자: Wojciech Ślawski ([email protected])

testSnapshotNormal() 공개 메소드

public testSnapshotNormal ( )

testSnapshotNormalComplex() 공개 메소드

testSnapshotRenamed() 공개 메소드

public testSnapshotRenamed ( )