function test14 in Coder 8.3
Same name in this branch
Same name and namespace in other branches
- 8.2 coder_sniffer/Drupal/Test/Commenting/FunctionCommentUnitTest.inc \test14()
- 8.2 coder_sniffer/Drupal/Test/bad/bad.php \test14()
- 8.2 coder_sniffer/Drupal/Test/good/good.php \test14()
- 7.2 coder_sniffer/Test/bad/bad.php \test14()
- 8.3.x tests/Drupal/Commenting/DocCommentUnitTest.inc \test14()
- 8.3.x tests/Drupal/Commenting/FunctionCommentUnitTest.inc \test14()
- 8.3.x tests/Drupal/Commenting/DocCommentAlignmentUnitTest.inc \test14()
- 8.3.x tests/Drupal/bad/bad.php \test14()
Some short comment.
Parameters
array $matches: An array of matches by a preg_replace_callback() call that scans for @import-ed CSS files, except for external CSS files.
array $sub_key: An array containing the sub-keys specifying the library asset, e.g.
?>
<?php['js']?><?php
or
?>
<?php['css', 'component']?><?php
string $to: The email address or addresses where the message will be sent to. The formatting of this string will be validated with the PHP email.
File
- tests/
Drupal/ Commenting/ DocCommentUnitTest.inc, line 121
Code
function test14(array $matches, array $sub_key, $to) {
}