You are here

public function TamperPluginTestBase::testMultiple in Tamper 8

@covers ::multiple

File

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

Class

TamperPluginTestBase
Base class for tamper plugin tests.

Namespace

Drupal\Tests\tamper\Unit\Plugin\Tamper

Code

public function testMultiple() {
  $this
    ->assertIsBool($this->plugin
    ->multiple());
}