public function PrivateMethodTest::test in Coder 8.3.x
Same name and namespace in other branches
- 8.3 tests/DrupalPractice/good/good.php \PrivateMethodTest::test()
- 8.2 coder_sniffer/DrupalPractice/Test/good/good.php \PrivateMethodTest::test()
File
- tests/
DrupalPractice/ good/ good.php, line 166
Class
Code
public function test() {
return array_filter(array(), [
$this,
'usedAsCallback',
]);
}