You are here

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

File

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

Class

TargetTest
@group DMU

Namespace

Drupal\Tests\drupalmoduleupgrader\Unit

Code

public function testGetBasePath() {
  $this
    ->assertEquals($this->dir
    ->url(), $this->target
    ->getBasePath());
}