You are here

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

File

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

Class

PathUtilityTest
@group DMU.Utility.Path

Namespace

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

Code

public function testHasPlaceholders() {
  $this
    ->assertTrue($this->path
    ->hasPlaceholders());
}