You are here

FunctionCommentUnitTest.2.inc in Coder 8.3.x

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

Test module.

File

tests/Drupal/Commenting/FunctionCommentUnitTest.2.inc
View source
<?php

/**
 * @file
 * Test module.
 */
function module_handler_test_all2_hook($arg) {
  return $arg;
}

Functions

Namesort descending Description
module_handler_test_all2_hook @file Test module.