mybb2 icon indicating copy to clipboard operation
mybb2 copied to clipboard

Test namespaces

Open euantorano opened this issue 8 years ago • 0 comments

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

euantorano avatar Dec 18 '16 19:12 euantorano