friendica/tests/Util/AuthTestConfig.php

12 lines
168 B
PHP
Raw Normal View History

2021-11-30 19:53:47 +00:00
<?php
namespace Friendica\Test\Util;
class AuthTestConfig
{
/** @var bool */
public static $authenticated = true;
/** @var int */
public static $user_id = 42;
}