C_TEST |
coder_sniffer/Drupal/Test/bad/bad.php |
|
1 |
1 |
FOO_BAR |
coder_sniffer/DrupalPractice/Test/Constants/GlobalConstantUnitTest.inc |
|
|
1 |
FOO_BAR |
coder_sniffer/Drupal/Test/good/good.php |
Doxygen comment style is allowed before define() statements. |
|
1 |
FOO_BAR2 |
coder_sniffer/DrupalPractice/Test/Constants/GlobalConstantUnitTest.inc |
Some comment. |
|
|
FOO_BAR3 Deprecated |
coder_sniffer/DrupalPractice/Test/Constants/GlobalConstantUnitTest.inc |
This should not throw a warning because the constant is deprecated. |
|
|
MYMODULE_FOO |
coder_sniffer/DrupalPractice/Test/Constants/GlobalDefineUnitTest.module |
|
|
1 |
MYMODULE_FOO2 |
coder_sniffer/DrupalPractice/Test/Constants/GlobalDefineUnitTest.module |
Some comment. |
|
1 |
MYMODULE_FOO3 Deprecated |
coder_sniffer/DrupalPractice/Test/Constants/GlobalDefineUnitTest.module |
This should not throw a warning because the constant is deprecated. |
|
1 |
UNPREFIXED_CONSTANT |
coder_sniffer/Drupal/Test/bad/bad.module |
@file
Bad examples of install hooks in a module file. |
|
1 |
WRONG_CONSTANT_NAME |
coder_sniffer/Drupal/Test/Semantics/constant_test.install |
|
|
2 |
WRONG_CONSTANT_NAME |
coder_sniffer/Drupal/Test/Semantics/constant_test.module |
|
|
2 |