I tried hard but, I am not able to implement faker in yii2 advanced template

I am getting this error. please help me out from this problem.

<?phpError: The template path "@tests/unit/templates/fixtures" does not exist

Hi sakshya_nigam, can you share your tests folder structure and content?

test folder structure

Actually, I am confused where to put faker template in which folder.
please give me direction, how to implement it in yii

Somewhere in your code you are trying to access this path: “@tests/unit/templates/fixtures”, but seems that you don’t have those directories created.

Follow this tutorials step-by-step and you should be able to achieve what you want: