function DependencyTest::testModulesForm
Same name and namespace in other branches
- 11.x core/modules/system/tests/src/Functional/Module/DependencyTest.php \Drupal\Tests\system\Functional\Module\DependencyTest::testModulesForm()
Tests functionality that can be tested without submitting the form.
File
-
core/
modules/ system/ tests/ src/ Functional/ Module/ DependencyTest.php, line 80
Class
- DependencyTest
- Enable module without dependency enabled.
Namespace
Drupal\Tests\system\Functional\ModuleCode
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.