Skip to content

Move tests into the components

Adam G-H requested to merge move-tests into 0.x

Right now, all the tests for Drupal CMS are in the single drupal_cms component, which is kind of bad practice. The tests should be located within the relevant components, and set up as a single test suite for PHPUnit's purposes.

Merge request reports