public function Framework::frameworkSpecificTests in Realistic Dummy Content 3.x
Same name and namespace in other branches
- 8.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::frameworkSpecificTests()
- 7.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::frameworkSpecificTests()
Perform framework-specific tests, if any.
1 call to Framework::frameworkSpecificTests()
- Framework::selfTest in api/
src/ Framework/ Framework.php - Tests all functions in the class.
1 method overrides Framework::frameworkSpecificTests()
- Drupal8::frameworkSpecificTests in api/
src/ Framework/ Drupal8.php - Perform framework-specific tests, if any.
File
- api/
src/ Framework/ Framework.php, line 353
Class
- Framework
- The entry point for the framework.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function frameworkSpecificTests(&$errors, &$tests) {
}