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
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testFreezer ( ) : void Tests freezing the database.

Method Details

testFreezer() public method

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