17 calls to PathValidatorTest::setUpMockAccessAwareRouter()
- PathValidatorTest::testGetUrlIfValidWithAccess in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the getUrlIfValid() method when there is access.
- PathValidatorTest::testGetUrlIfValidWithoutAccess in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the getUrlIfValid() method where there is no access.
- PathValidatorTest::testGetUrlIfValidWithoutAccessCheck in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the getUrlIfValidWithoutAccessCheck() method.
- PathValidatorTest::testGetUrlIfValidWithQuery in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the getUrlIfValid() method with a query in the path.
- PathValidatorTest::testIsValidWithAccessDenied in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the isValid() method with a user without access to the path.
- PathValidatorTest::testIsValidWithExternalUrl in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the isValid() method for an external URL.
- PathValidatorTest::testIsValidWithFailingParameterConverting in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the isValid() method with a not working param converting.
- PathValidatorTest::testIsValidWithFrontpage in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the isValid() method for the frontpage.
- PathValidatorTest::testIsValidWithInvalidExternalUrl in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the isValid() method with an invalid external URL.
- PathValidatorTest::testIsValidWithLinkToAnyPageAccount in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the isValid() method with a 'link to any page' permission.
- PathValidatorTest::testIsValidWithMethodNotAllowed in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests is valid with method not allowed.
- PathValidatorTest::testIsValidWithNone in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the isValid() method for <none> (used for jump links).
- PathValidatorTest::testIsValidWithNotExistingPath in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the isValid() method with a non-existent path.
- PathValidatorTest::testIsValidWithoutLinkToAnyPageAccount in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the isValid() method without the 'link to any page' permission.
- PathValidatorTest::testIsValidWithParamNotConverted in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests is valid with param not converted.
- PathValidatorTest::testIsValidWithPathAlias in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests the isValid() method with a path alias.
- PathValidatorTest::testIsValidWithResourceNotFound in core/
tests/ Drupal/ Tests/ Core/ Path/ PathValidatorTest.php - Tests is valid with resource not found.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.