function BrowserMissingDependentModuleTest::publicCheckRequirements

Same name and namespace in other branches
  1. 8.9.x core/tests/fixtures/BrowserMissingDependentModuleTest.php \Drupal\FunctionalTests\BrowserMissingDependentModuleTest::publicCheckRequirements()
  2. 10 core/tests/fixtures/BrowserMissingDependentModuleTest.php \Drupal\FunctionalTests\BrowserMissingDependentModuleTest::publicCheckRequirements()
  3. 11.x core/tests/fixtures/BrowserMissingDependentModuleTest.php \Drupal\FunctionalTests\BrowserMissingDependentModuleTest::publicCheckRequirements()

Public access for checkRequirements() to avoid reflection.

File

core/tests/fixtures/BrowserMissingDependentModuleTest.php, line 33

Class

BrowserMissingDependentModuleTest
A fixture test class with requires annotation.

Namespace

Drupal\FunctionalTests

Code

public function publicCheckRequirements() {
    return parent::checkRequirements();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.