class Test in Coder 8.3.x
Same name in this branch
- 8.3.x tests/DrupalPractice/Objects/UnusedPrivateMethodUnitTest.inc \Test
- 8.3.x tests/Drupal/Semantics/FunctionTUnitTest.inc \Test
- 8.3.x tests/Drupal/Commenting/DocCommentUnitTest.inc \Test
- 8.3.x tests/Drupal/Commenting/InlineCommentUnitTest.inc \Test
- 8.3.x tests/Drupal/Commenting/HookCommentUnitTest.inc \Test
- 8.3.x tests/Drupal/Commenting/DataTypeNamespaceUnitTest.inc \Foo\Bar\Test
- 8.3.x tests/Drupal/Commenting/FunctionCommentUnitTest.inc \Test
- 8.3.x tests/Drupal/Commenting/DocCommentAlignmentUnitTest.inc \Test
- 8.3.x tests/Drupal/Classes/PropertyDeclarationUnitTest.inc \Test
- 8.3.x tests/Drupal/NamingConventions/ValidFunctionNameUnitTest.inc \Test
Same name and namespace in other branches
- 8.3 tests/DrupalPractice/Objects/UnusedPrivateMethodUnitTest.inc \Test
- 8.3 tests/Drupal/Semantics/FunctionTUnitTest.inc \Test
- 8.3 tests/Drupal/Commenting/DocCommentUnitTest.inc \Test
- 8.3 tests/Drupal/Commenting/InlineCommentUnitTest.inc \Test
- 8.3 tests/Drupal/Commenting/HookCommentUnitTest.inc \Test
- 8.3 tests/Drupal/Commenting/FunctionCommentUnitTest.inc \Test
- 8.3 tests/Drupal/Commenting/DocCommentAlignmentUnitTest.inc \Test
- 8.3 tests/Drupal/Classes/PropertyDeclarationUnitTest.inc \Test
- 8.3 tests/Drupal/NamingConventions/ValidFunctionNameUnitTest.inc \Test
- 8.2 coder_sniffer/DrupalPractice/Test/Objects/UnusedPrivateMethodUnitTest.inc \Test
- 8.2 coder_sniffer/Drupal/Test/Semantics/FunctionTUnitTest.inc \Test
- 8.2 coder_sniffer/Drupal/Test/Commenting/InlineCommentUnitTest.inc \Test
- 8.2 coder_sniffer/Drupal/Test/Commenting/VariableCommentUnitTest.inc \Test
- 8.2 coder_sniffer/Drupal/Test/Commenting/FunctionCommentUnitTest.inc \Test
- 8.2 coder_sniffer/Drupal/Test/Commenting/DocCommentAlignmentUnitTest.inc \Test
- 8.2 coder_sniffer/Drupal/Test/Classes/PropertyDeclarationUnitTest.inc \Test
- 8.2 coder_sniffer/Drupal/Test/NamingConventions/ValidFunctionNameUnitTest.inc \Test
Hierarchy
- class \Test
Expanded class hierarchy of Test
1 file declares its use of Test
- UseGlobalClassUnitTest.inc in tests/
Drupal/ Classes/ UseGlobalClassUnitTest.inc - Example.
12 string references to 'Test'
- DefaultValueSanitizeUnitTest.inc in tests/
DrupalPractice/ FunctionCalls/ DefaultValueSanitizeUnitTest.inc - drupal8.info.yml in tests/
Drupal/ Classes/ drupal8/ drupal8.info.yml - tests/Drupal/Classes/drupal8/drupal8.info.yml
- drupal8.info.yml in tests/
Drupal/ good/ drupal8/ drupal8.info.yml - tests/Drupal/good/drupal8/drupal8.info.yml
- ExampleClass::test4 in tests/
DrupalPractice/ Objects/ drupal8/ ExampleClass.php - t() should not be used, instead we should use the StringTranslationTrait.
- ExampleClassWithDependencyInjection::test4 in tests/
DrupalPractice/ Objects/ drupal8/ ExampleClassWithDependencyInjection.php - t() should not be used, instead we should use the StringTranslationTrait.
File
- tests/
Drupal/ Commenting/ DocCommentUnitTest.inc, line 51
View source
class Test {
/**
* No newline required between tag groups except @param, @return, @throws.
*
* @see some_function()
* @todo Fix coding standards.
*/
public function test() {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Test:: |
public | function | No newline required between tag groups except @param, @return, @throws. |