function SameModuleChild::testMethod
Return value
string A test string.
Overrides ParentWithReturn::testMethod
File
-
core/
tests/ Drupal/ Tests/ TestTools/ ErrorHandler/ DrupalDebugClassLoaderTest.php, line 96
Class
- SameModuleChild
- Fixture: child in the same module as the parent.
Namespace
Drupal\Tests\TestTools\ErrorHandlerCode
public function testMethod() {
return 'same module';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.