public function UserServiceProviderFallbackTest::testUserServiceProvider in Drupal 8
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'));
}