public function BrowserMissingDependentModuleMethodTest::publicCheckRequirements in Drupal 10
Same name and namespace in other branches
- 8 core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php \Drupal\FunctionalTests\BrowserMissingDependentModuleMethodTest::publicCheckRequirements()
- 9 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();
}