public function PathUtilityTest::testDeletePlaceholders in Drupal 7 to 8/9 Module Upgrader 8
@depends testHasPlaceholders
File
- tests/
src/ Unit/ Utility/ Path/ Drupal7/ PathUtilityTest.php, line 113
Class
- PathUtilityTest
- @group DMU.Utility.Path
Namespace
Drupal\Tests\drupalmoduleupgrader\Unit\Utility\Path\Drupal7Code
public function testDeletePlaceholders() {
$this
->assertFalse($this->path
->deletePlaceholders()
->hasPlaceholders());
}