function PhpTufValidatorTest::testPluginInstalledAndConfiguredProperly
Same name and namespace in other branches
- 11.x core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php \Drupal\Tests\package_manager\Kernel\PhpTufValidatorTest::testPluginInstalledAndConfiguredProperly()
Tests that there are no errors if the plugin is set up correctly.
File
-
core/
modules/ package_manager/ tests/ src/ Kernel/ PhpTufValidatorTest.php, line 80
Class
Namespace
Drupal\Tests\package_manager\KernelCode
public function testPluginInstalledAndConfiguredProperly() : void {
$this->assertStatusCheckResults([]);
$this->assertResults([]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.