Inheritance: extends yii\test\ActiveFixture
 public function fixtures()
 {
     return ['items' => ItemFixture04::className()];
 }
 protected function setup()
 {
     $this->_fixturesDef = ['items' => ItemFixture04::className()];
     parent::setUp();
     Yii::$app->set('workflowFactory', ['class' => 'fproject\\workflow\\core\\ArrayWorkflowItemFactory', 'workflowSourceNamespace' => 'tests\\codeception\\unit\\models']);
 }