You are here

public function UrlTest::accessProvider in Drupal 8

Data provider for the access test methods.

File

core/tests/Drupal/Tests/Core/UrlTest.php, line 855
Contains \Drupal\Tests\Core\UrlTest.

Class

UrlTest
@coversDefaultClass \Drupal\Core\Url @group UrlTest

Namespace

Drupal\Tests\Core

Code

public function accessProvider() {
  return [
    [
      TRUE,
    ],
    [
      FALSE,
    ],
  ];
}