PHP Class RedUNIT\Mysql\Freeze

Tests whether database schema remains unmodified in frozen mode.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Mysql
Afficher le fichier Open project: gabordemooij/redbean

Méthodes publiques

Méthode Description
testFreezer ( ) : void Tests freezing the database.

Method Details

testFreezer() public méthode

After freezing the database, schema modifications are no longer allowed and referring to missing columns will now cause exceptions.
public testFreezer ( ) : void
Résultat void