Having looked at many other libraries and learning more about unit testing, I think it would make sense to move the tests into a dedicated sub namespace of the TelegramBot namespace, namely: Longman\TelegramBot\Tests.
The folder structure would then become: tests/TelegramBot/Tests
This would make the test structure cleaner and more obvious.
What do you guys think?
@akalongman @MBoretto @jacklul
Having looked at many other libraries and learning more about unit testing, I think it would make sense to move the tests into a dedicated sub namespace of the TelegramBot namespace, namely:
Longman\TelegramBot\Tests
. The folder structure would then become:tests/TelegramBot/Tests
This would make the test structure cleaner and more obvious.
What do you guys think? @akalongman @MBoretto @jacklul