$globalFixtures public property
Global fixtures that should be applied when loading and unloading. By default it is set to InitDbFixture
that disables and enables integrity check, so your data can be safely loaded.
public array $globalFixtures = ['yii\test\InitDb']
Please login to continue.