function DependencyFormTest::testModulesForm

Tests functionality that can be tested without submitting the form.

File

core/modules/system/tests/src/Functional/Module/DependencyFormTest.php, line 52

Class

DependencyFormTest
Enable module without dependency enabled.

Namespace

Drupal\Tests\system\Functional\Module

Code

public function testModulesForm() : void {
  $this->doTestMissingRequirements();
  $this->doTestCoreVersionContains8X();
  $this->doTestEnableWithoutDependency();
  $this->doTestEnableRequirementsFailureDependency();
}

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