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
Показать файл Открыть проект

Открытые методы

Метод Описание
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!
public testDontAddUniqueConstraintForChilledBeanTypes ( ) : void
Результат void