function UserServiceProviderFallbackTest::testUserServiceProvider
Tests that user.tempstore.expire equals tempstore.expire if not customized.
File
-
core/
modules/ user/ tests/ src/ Kernel/ UserServiceProviderFallbackTest.php, line 26
Class
Namespace
Drupal\Tests\user\KernelCode
public function testUserServiceProvider() {
$this->assertEquals(1000, $this->container
->getParameter('user.tempstore.expire'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.