Fix test
This commit is contained in:
parent
68655d0dcb
commit
901068f770
5 changed files with 126 additions and 93 deletions
11
tests/Util/AuthTestConfig.php
Normal file
11
tests/Util/AuthTestConfig.php
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue