public function Framework::frameworkSpecificTests in Realistic Dummy Content 8.2
Same name and namespace in other branches
- 7.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::frameworkSpecificTests()
- 3.x 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.
File
- api/
src/ Framework/ Framework.php, line 356
Class
- Framework
- The entry point for the framework.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function frameworkSpecificTests(&$errors, &$tests) {
}