function 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 58

Class

PhpTufValidatorTest
@coversDefaultClass \Drupal\package_manager\Validator\PhpTufValidator @group package_manager @internal

Namespace

Drupal\Tests\package_manager\Kernel

Code

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.