This commit is contained in:
Philipp Holzer 2021-11-30 20:53:47 +01:00
commit 901068f770
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
5 changed files with 126 additions and 93 deletions

View file

@ -0,0 +1,11 @@
<?php
namespace Friendica\Test\Util;
class AuthTestConfig
{
/** @var bool */
public static $authenticated = true;
/** @var int */
public static $user_id = 42;
}