]> git.mxchange.org Git - friendica.git/blob - tests/Util/AuthenticationDouble.php
Make API testable & move PhotoAlbum tests to new destination
[friendica.git] / tests / Util / AuthenticationDouble.php
1 <?php
2
3 namespace Friendica\Test\Util;
4
5 use Friendica\Security\Authentication;
6
7 class AuthenticationDouble extends Authentication
8 {
9         protected function setXAccMgmtStatusHeader(array $user_record)
10         {
11                 // Don't set any header..
12         }
13 }