function PhpTufValidatorTest::testPluginInstalledAndConfiguredProperly

Same name and namespace in other branches
  1. 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

PhpTufValidatorTest
Tests Drupal\package_manager\Validator\PhpTufValidator.

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.