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\UnitCode
public function testGetBasePath() {
$this
->assertEquals($this->dir
->url(), $this->target
->getBasePath());
}