protected function HookCommentUnitTest::getWarningList in Coder 8.3
Same name and namespace in other branches
- 8.3.x tests/Drupal/Commenting/HookCommentUnitTest.php \Drupal\Test\Commenting\HookCommentUnitTest::getWarningList()
Returns the lines where warnings should occur.
The key of the array should represent the line number and the value should represent the number of warnings that should occur on that line.
Parameters
string $testFile The name of the file being tested.:
Return value
array<int, int>
Overrides CoderSniffUnitTest::getWarningList
File
- tests/
Drupal/ Commenting/ HookCommentUnitTest.php, line 38
Class
Namespace
Drupal\Test\CommentingCode
protected function getWarningList(string $testFile) : array {
return [];
}