7use PHPUnit\Framework\TestCase;
8use Psr\Http\Message\RequestInterface;
9use Psr\Http\Message\ServerRequestInterface;
38 protected function setUp(): void
41 $this->request_interface = $this->createMock(ServerRequestInterface::class);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...