19 require_once(
"vendor/composer/vendor/autoload.php");
50 protected function setUp(): void
52 $this->root = vfs\vfsStream::setup(
'ilias.de');
53 $this->file_one = vfs\vfsStream::newFile(
'data/trunk/mobs/mm_123/dummy.jpg')
54 ->at($this->root)->setContent(
'dummy');
58 $container[
'http'] = fn(
$c) => Mockery::mock(Services::class);
68 self::markTestSkipped(
"WIP");
74 self::markTestSkipped(
"Can't run test without db.");
80 self::markTestSkipped(
"WIP");
86 self::markTestSkipped(
"WIP");
95 self::markTestSkipped(
"Can't run test without db.");
TestCase for the ilWACCheckingInstanceTest.
static setSALT(string $salt)
testBasicWithFileSigning()
testBasicWithFolderSigning()
testNonCheckingInstanceNoSec()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...