You are here

ClassCommentUnitTest.inc in Coder 8.3.x

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

Testing class/trait comments.

File

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

/**
 * @file
 * Testing class/trait comments.
 */
trait Bingo {

}

/**
 * Trait Bongo
 */
trait Bongo {

}

/**
 * Trait Bango.
 */
trait Bango {

}

Traits

Namesort descending Description
Bango Trait Bango.
Bingo @file Testing class/trait comments.
Bongo Trait Bongo