public function BrowserMissingDependentModuleMethodTest::publicCheckRequirements in Drupal 8
Same name and namespace in other branches
- 9 core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php \Drupal\FunctionalTests\BrowserMissingDependentModuleMethodTest::publicCheckRequirements()
- 10 core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php \Drupal\FunctionalTests\BrowserMissingDependentModuleMethodTest::publicCheckRequirements()
Public access for checkRequirements() to avoid reflection.
File
- core/
tests/ fixtures/ BrowserMissingDependentModuleMethodTest.php, line 31
Class
- BrowserMissingDependentModuleMethodTest
- A fixture test class with requires annotation.
Namespace
Drupal\FunctionalTestsCode
public function publicCheckRequirements() {
return parent::checkRequirements();
}