add anything ..

pull/11690/head
Philipp 2022-06-25 23:06:42 +02:00
parent 123c116591
commit 2248850f78
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class TrustedBrowserTest extends MockedTest
{
$factory = new TrustedBrowser(new NullLogger());
$uid = 42;
$uid = 42;
$userAgent = 'PHPUnit';
$trustedBrowser = $factory->createForUserWithUserAgent($uid, $userAgent, true);