]> git.mxchange.org Git - friendica.git/blob - tests/Util/AuthTestConfig.php
Merge branch 'api-fixes' of github.com:annando/friendica into api-fixes
[friendica.git] / tests / Util / AuthTestConfig.php
1 <?php
2
3 namespace Friendica\Test\Util;
4
5 class AuthTestConfig
6 {
7         /** @var bool */
8         public static $authenticated = true;
9         /** @var int  */
10         public static $user_id = 42;
11 }