You are here

DocCommentStarUnitTest.inc in Coder 8.3.x

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

Test broken stars in comments.

File

tests/Drupal/Commenting/DocCommentStarUnitTest.inc
View source
<?php

/**
 * @file
 * Test broken stars in comments.
 */

/**
Star missing here.
*/
function test1() {
}

/**
Malformed doxygen asterisks.
*/
function test2() {
}

Functions

Namesort descending Description
test1 Star missing here.
test2 Malformed doxygen asterisks.