6 calls to UrlGeneratorTest::assertGenerateFromRoute() in Zircon Profile 8
- UrlGeneratorTest::testAbsoluteURLGeneration in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php - Confirms that absolute URLs work with generated routes.
- UrlGeneratorTest::testAliasGeneration in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php - Confirms that generated routes will have aliased paths.
- UrlGeneratorTest::testAliasGenerationWithOptions in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php - Confirms that generated routes will have aliased paths with options.
- UrlGeneratorTest::testAliasGenerationWithParameters in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php - Confirms that generated routes will have aliased paths.
- UrlGeneratorTest::testBaseURLGeneration in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php - Confirms that explicitly setting the base_url works with generated routes
- UrlGeneratorTest::testUrlGenerationWithHttpsRequirement in core/
tests/ Drupal/ Tests/ Core/ Routing/ UrlGeneratorTest.php - Test that the 'scheme' route requirement is respected during url generation.