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