Move tests into the components
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.