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\UnitCode
public function testGetFinder() {
$this
->assertInstanceOf('\\Symfony\\Component\\Finder\\Finder', $this->target
->getFinder());
}