21use Mockery\Adapter\Phpunit\MockeryTestCase;
22use Mockery\MockInterface;
24use Psr\Http\Message\ServerRequestInterface;
25use Psr\Http\Message\UriInterface;
53 protected function setUp(): void
55 $this->root = vfs\vfsStream::setup(
'ilias.de');
56 $this->file_one = vfs\vfsStream::newFile(
'data/trunk/mobs/mm_123/dummy.jpg')
57 ->at($this->root)->setContent(
'dummy');
61 $container[
'http'] = fn (
$c) => Mockery::mock(Services::class);
77 self::markTestSkipped(
"WIP");
83 self::markTestSkipped(
"Can't run test without db.");
89 self::markTestSkipped(
"WIP");
95 self::markTestSkipped(
"WIP");
104 self::markTestSkipped(
"Can't run test without db.");
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
TestCase for the ilWACCheckingInstanceTest.
testBasicWithFileSigning()
testDeliver()
@runInSeparateProcess @preserveGlobalState disabled @backupGlobals disabled @backupStaticAttributes d...
testNonCheckingInstanceNoSec()
@Test
testBasicWithFolderSigning()
static setSALT(string $salt)