Buba Soumah

Results 7 comments of Buba Soumah

@mykhailomatiola This proposal is not focused on how you create fixtures data or how you create complex entities like quote, bundle product ... The main idea is to make fixtures...

@dhorytskyi I believe in this case the JSON will be passed as the function parameter like the following ```php /** * @magentoDataFixture roleDataFixture {"role":{"name":"admin_role"}, "someVar": "value"} */ public function testGetRole()...

@buskamuza @dhorytskyi I have updated the proposal with the following changes: - Replace JSON format with a data provider method that returns an array of data which will be used...

@RubayloDev read this article [Using twig as template engine](https://github.com/bubasuma/yii2-simplechat/wiki/Using-twig-as-template-engine)

make sure you have the `dev-master` version or any version > 2.0.4 of [yii2-twig](https://github.com/yiisoft/yii2-twig) installed. Because of this [issue](https://github.com/yiisoft/yii2-twig/issues/40), The demo version won't work correctly with `yii2-twig` version

@RubayloDev will be fixed