You are here

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

File

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

Class

TargetTest
@group DMU

Namespace

Drupal\Tests\drupalmoduleupgrader\Unit

Code

public function testGetFinder() {
  $this
    ->assertInstanceOf('\\Symfony\\Component\\Finder\\Finder', $this->target
    ->getFinder());
}