public function PathUtilityTest::testDeleteWildcards in Drupal 7 to 8/9 Module Upgrader 8
Same name in this branch
- 8 tests/src/Unit/Utility/Path/Drupal7/PathUtilityTest.php \Drupal\Tests\drupalmoduleupgrader\Unit\Utility\Path\Drupal7\PathUtilityTest::testDeleteWildcards()
- 8 tests/src/Unit/Utility/Path/Drupal8/PathUtilityTest.php \Drupal\Tests\drupalmoduleupgrader\Unit\Utility\Path\Drupal8\PathUtilityTest::testDeleteWildcards()
File
- tests/
src/ Unit/ Utility/ Path/ Drupal8/ PathUtilityTest.php, line 83
Class
- PathUtilityTest
- @group DMU.Utility.Path
Namespace
Drupal\Tests\drupalmoduleupgrader\Unit\Utility\Path\Drupal8Code
public function testDeleteWildcards() {
$this
->assertEquals('node/foo', $this->path
->deleteWildcards()
->__toString());
}