<?php
/*
 * @file
 *   Some misformatted file comment
 *
 *   @todo
 *     - some list
 *     - and more
 */
namespace Drupal\Example\Something;
/*
 * @todo: Perhaps move these annotations down to the instance classes and tests.
 *
 * @runTestsInSeparateProcess
 * @preserveGlobalState disabled
 */
abstract class TestCase extends \PHPUnit\Framework\TestCase {
}
