FileCommentUnitTest.12.inc in Coder 8.3.x
Same filename and directory in other branches
Namespace
Drupal\Example\SomethingFile
tests/Drupal/Commenting/FileCommentUnitTest.12.incView 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 {
}