search_api-8.x-1.15/tests/src/Unit/TestUserInterface.php
tests/src/Unit/TestUserInterface.php
<?php
namespace Drupal\Tests\search_api\Unit;
use Drupal\user\UserInterface;
/**
* Provides a testable version of \Drupal\user\UserInterface.
*
* @see https://github.com/sebastianbergmann/phpunit-mock-objects/issues/103
*/
interface TestUserInterface extends \Iterator, UserInterface {
}
