class UrlGeneratorTest

Hierarchy

  • class \Symfony\Component\Routing\Tests\Generator\UrlGeneratorTest extends \Symfony\Component\Routing\Tests\Generator\PHPUnit_Framework_TestCase

Expanded class hierarchy of UrlGeneratorTest

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php, line 19

Namespace

Symfony\Component\Routing\Tests\Generator
View source

Members

Namesort descending Modifiers Type Description Overrides
UrlGeneratorTest::getGenerator protected function
UrlGeneratorTest::getRoutes protected function
UrlGeneratorTest::testAbsoluteSecureUrlWithNonStandardPort public function
UrlGeneratorTest::testAbsoluteSecureUrlWithPort443 public function
UrlGeneratorTest::testAbsoluteUrlWithExtraParameters public function
UrlGeneratorTest::testAbsoluteUrlWithNonStandardPort public function
UrlGeneratorTest::testAbsoluteUrlWithPort80 public function
UrlGeneratorTest::testEncodingOfRelativePathSegments public function
UrlGeneratorTest::testGenerateForRouteWithInvalidMandatoryParameter public function @expectedException Symfony\Component\Routing\Exception\InvalidParameterException
UrlGeneratorTest::testGenerateForRouteWithInvalidOptionalParameter public function @expectedException Symfony\Component\Routing\Exception\InvalidParameterException
UrlGeneratorTest::testGenerateForRouteWithInvalidOptionalParameterNonStrict public function
UrlGeneratorTest::testGenerateForRouteWithInvalidOptionalParameterNonStrictWithLogger public function
UrlGeneratorTest::testGenerateForRouteWithoutMandatoryParameter public function @expectedException Symfony\Component\Routing\Exception\MissingMandatoryParametersException
UrlGeneratorTest::testGenerateWithoutRoutes public function @expectedException Symfony\Component\Routing\Exception\RouteNotFoundException
UrlGeneratorTest::testNoTrailingSlashForMultipleOptionalParameters public function
UrlGeneratorTest::testRelativeUrlWithExtraParameters public function
UrlGeneratorTest::testRelativeUrlWithNullParameter public function
UrlGeneratorTest::testRelativeUrlWithNullParameterButNotOptional public function
UrlGeneratorTest::testRelativeUrlWithOptionalZeroParameter public function
UrlGeneratorTest::testRelativeUrlWithoutParameters public function
UrlGeneratorTest::testRelativeUrlWithParameter public function
UrlGeneratorTest::testSchemeRequirementDoesNothingIfSameCurrentScheme public function
UrlGeneratorTest::testSchemeRequirementForcesAbsoluteUrl public function
UrlGeneratorTest::testUrlEncoding public function
UrlGeneratorTest::testUrlWithExtraParametersFromGlobals public function
UrlGeneratorTest::testUrlWithGlobalParameter public function
UrlGeneratorTest::testUrlWithNullExtraParameters public function
UrlGeneratorTest::testWithAnIntegerAsADefaultValue public function