You are here

public function PrivateMethodTest::test in Coder 8.2

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/good/good.php \PrivateMethodTest::test()
  2. 8.3.x tests/DrupalPractice/good/good.php \PrivateMethodTest::test()

File

coder_sniffer/DrupalPractice/Test/good/good.php, line 166

Class

PrivateMethodTest

Code

public function test() {
  return array_filter(array(), [
    $this,
    'usedAsCallback',
  ]);
}