You are here

public function TargetTest::testGetIndexer in Drupal 7 to 8/9 Module Upgrader 8

File

tests/src/Unit/TargetTest.php, line 71

Class

TargetTest
@group DMU

Namespace

Drupal\Tests\drupalmoduleupgrader\Unit

Code

public function testGetIndexer() {
  $this
    ->assertSame($this->indexer, $this->target
    ->getIndexer('function'));
}