public function DrupalTest::testAccessManager in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/DrupalTest.php \Drupal\Tests\Core\DrupalTest::testAccessManager()
- 9 core/tests/Drupal/Tests/Core/DrupalTest.php \Drupal\Tests\Core\DrupalTest::testAccessManager()
Tests the accessManager() method.
@covers ::accessManager
File
- core/
tests/ Drupal/ Tests/ Core/ DrupalTest.php, line 431
Class
- DrupalTest
- Tests the Drupal class.
Namespace
Drupal\Tests\CoreCode
public function testAccessManager() {
$this
->setMockContainerService('access_manager');
$this
->assertNotNull(\Drupal::accessManager());
}