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