class WebformReflectionTestChild in Webform 8.5
Same name and namespace in other branches
- 6.x tests/src/Unit/Utility/WebformReflectionHelperTest.php \Drupal\Tests\webform\Unit\Utility\WebformReflectionTestChild
Reflection test child.
Hierarchy
- class \Drupal\Tests\webform\Unit\Utility\WebformReflectionTestParent
- class \Drupal\Tests\webform\Unit\Utility\WebformReflectionTestChild
Expanded class hierarchy of WebformReflectionTestChild
1 string reference to 'WebformReflectionTestChild'
- WebformReflectionHelperTest::providerGetParentClasses in tests/
src/ Unit/ Utility/ WebformReflectionHelperTest.php - Data provider for testGetParentClasses().
File
- tests/
src/ Unit/ Utility/ WebformReflectionHelperTest.php, line 63
Namespace
Drupal\Tests\webform\Unit\UtilityView source
class WebformReflectionTestChild extends WebformReflectionTestParent {
}