Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespace inconsistencies in unit tests #170

Closed
ricpelo opened this issue Feb 25, 2018 · 1 comment · Fixed by #171
Closed

Namespace inconsistencies in unit tests #170

ricpelo opened this issue Feb 25, 2018 · 1 comment · Fixed by #171
Milestone

Comments

@ricpelo
Copy link
Contributor

ricpelo commented Feb 25, 2018

(From #155)

In the Yii2 Testing Documentation the namespace for codeception unit tests is shown as:

namespace app\tests\unit\models;

Meanwhile in yii2-app-basic (which also uses codeception) the namespace for codeception unit tests is:

namespace tests\models;

Additional info

Q A
Yii vesion dev-master
PHP version 7.2
Operating system
@samdark samdark modified the milestones: 2.0.14.1, 2.0.15 Feb 25, 2018
@ricpelo ricpelo changed the title Namespace inconsistences in unit tests Namespace inconsistencies in unit tests Feb 25, 2018
@ricpelo
Copy link
Contributor Author

ricpelo commented Feb 28, 2018

This issue is one of a three related issues with its corresponding PR's:

Issue PR
#170 #171
yiisoft/yii2#15769 yiisoft/yii2#15770
yiisoft/yii2-faker#33 yiisoft/yii2-faker#34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants