<?php

namespace Friendica\Test\Util;

class AuthTestConfig
{
	/** @var bool */
	public static $authenticated = true;
	/** @var int  */
	public static $user_id = 42;
}