We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Сейчас в некоторых unit-тест-классах (остальные тесты, в целом, не проверял) встречаются namespace-строки типа:
namespace Avtocod\B2BApi\Tests;
Штормина справедливо светится на них, должно быть:
namespace Avtocod\B2BApi\Tests\Unit;
С ходу несколько таких файлов:
tests/Unit/ClientTest.php
tests/Unit/DateTimeFactoryTest
tests/Unit/SettingsTest
The text was updated successfully, but these errors were encountered:
@tarampampam on review
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Сейчас в некоторых unit-тест-классах (остальные тесты, в целом, не проверял) встречаются namespace-строки типа:
Штормина справедливо светится на них, должно быть:
С ходу несколько таких файлов:
tests/Unit/ClientTest.php
tests/Unit/DateTimeFactoryTest
tests/Unit/SettingsTest
The text was updated successfully, but these errors were encountered: