You are here

FileCommentUnitTest.12.inc in Coder 8.3.x

Same filename and directory in other branches
  1. 8.3 tests/Drupal/Commenting/FileCommentUnitTest.12.inc

File

tests/Drupal/Commenting/FileCommentUnitTest.12.inc
View source
<?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 {

}

Classes

Namesort descending Description
TestCase