PHP 클래스 RedUNIT\Base\Chill

Tests 'chill' mode. In this mode some bean types are frozen, their schemas cannot be modified while others are fluid and can still be adjusted.
저자: Gabor de Mooij and the RedBeanPHP Community
상속: extends RedUNIT\Base
파일 보기 프로젝트 열기: gabordemooij/redbean

공개 메소드들

메소드 설명
testChill ( ) : void Test Chill mode.
testChillTest ( ) : void Test whether we can set and reset the chill list and check the contents of the chill list.
testDontAddUniqueConstraintForChilledBeanTypes ( ) : void Test whether we cannot add unique constraints on chilled tables, otherwise you cannot avoid this from happening when adding beans to the shared list :) -- this is almost a theoretical issue however we want it to work according to specifications!

메소드 상세

testChill() 공개 메소드

Test Chill mode.
public testChill ( ) : void
리턴 void

testChillTest() 공개 메소드

Test whether we can set and reset the chill list and check the contents of the chill list.
public testChillTest ( ) : void
리턴 void

testDontAddUniqueConstraintForChilledBeanTypes() 공개 메소드

Test whether we cannot add unique constraints on chilled tables, otherwise you cannot avoid this from happening when adding beans to the shared list :) -- this is almost a theoretical issue however we want it to work according to specifications!