mybb2
mybb2 copied to clipboard
Test namespaces
The layout/structure of all tests is odd, with tests being in the same namespace as source. This needs cleaning up, and will need changes making to composer.json
and all tests. Tests should be laid out as follows:
- Unit tests -
MyBB\Core\Tests\Unit
- Functional tests -
MyBB\Core\Tests\Functional