test\InitDbFixture $schemas

$schemas public property

List of database schemas that the test tables may reside in. Defaults to [''], meaning using the default schema (an empty string refers to the default schema). This property is mainly used when turning on and off integrity checks so that fixture data can be populated into the database without causing problem.

public array $schemas = ['']
doc_Yii
2016-10-30 17:13:13
Comments
Leave a Comment

Please login to continue.