You are here

public function PathUtilityTest::testIsDynamic in Drupal 7 to 8/9 Module Upgrader 8

File

tests/src/Unit/Utility/Path/Drupal7/PathUtilityTest.php, line 95

Class

PathUtilityTest
@group DMU.Utility.Path

Namespace

Drupal\Tests\drupalmoduleupgrader\Unit\Utility\Path\Drupal7

Code

public function testIsDynamic() {
  $this
    ->assertTrue($this->path
    ->isDynamic());
}