add anything ..

This commit is contained in:
Philipp Holzer 2022-06-25 23:06:42 +02:00
parent 123c116591
commit 2248850f78
Signed by: nupplaPhil
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);