public function UrlTest::accessProvider in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/tests/Drupal/Tests/Core/UrlTest.php \Drupal\Tests\Core\UrlTest::accessProvider()
Data provider for the access test methods.
File
- core/
tests/ Drupal/ Tests/ Core/ UrlTest.php, line 808 - Contains \Drupal\Tests\Core\UrlTest.
Class
- UrlTest
- @coversDefaultClass \Drupal\Core\Url @group UrlTest
Namespace
Drupal\Tests\CoreCode
public function accessProvider() {
return array(
array(
TRUE,
),
array(
FALSE,
),
);
}