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