You are here

public function TamperPluginTestBase::testGetConfiguration in Tamper 8

@covers ::getConfiguration

File

tests/src/Unit/Plugin/Tamper/TamperPluginTestBase.php, line 71

Class

TamperPluginTestBase
Base class for tamper plugin tests.

Namespace

Drupal\Tests\tamper\Unit\Plugin\Tamper

Code

public function testGetConfiguration() {
  $this
    ->assertIsArray($this->plugin
    ->getConfiguration());
}