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

Fix namespaces in Unit-tests #16

Closed
gomzyakov opened this issue Oct 8, 2020 · 1 comment · Fixed by #18
Closed

Fix namespaces in Unit-tests #16

gomzyakov opened this issue Oct 8, 2020 · 1 comment · Fixed by #18

Comments

@gomzyakov
Copy link
Contributor

Сейчас в некоторых unit-тест-классах (остальные тесты, в целом, не проверял) встречаются namespace-строки типа:

namespace Avtocod\B2BApi\Tests;

Штормина справедливо светится на них, должно быть:

namespace Avtocod\B2BApi\Tests\Unit;

С ходу несколько таких файлов:

  • tests/Unit/ClientTest.php
  • tests/Unit/DateTimeFactoryTest
  • tests/Unit/SettingsTest
@gomzyakov
Copy link
Contributor Author

@tarampampam on review

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.

1 participant