ValidFunctionNameUnitTest.inc in Coder 8.3
Same filename and directory in other branches
File
tests/Drupal/NamingConventions/ValidFunctionNameUnitTest.incView source
<?php
function myModuleCamelCaps() {
}
function My_module_camel_caps() {
}
class Test {
private function StartingWithUpper() {
}
}