php-telegram-bot / core

PHP Telegram Bot based on the official Telegram Bot API
MIT License
3.9k stars 955 forks source link

Move tests into a sub namespace of TelegramBot #284

Closed noplanman closed 8 years ago

noplanman commented 8 years ago

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

akalongman commented 8 years ago

Go ahead