23 require_once(
"vendor/composer/vendor/autoload.php");
49 protected function setUp(): void
51 $this->root = vfsStream::setup(
'ilias.de');
52 $this->file_one = vfsStream::newFile(
'data/trunk/mobs/mm_123/dummy.jpg')
53 ->at($this->root)->setContent(
'dummy');
57 $container[
'http'] = fn(
$c) => Mockery::mock(Services::class);
67 self::markTestSkipped(
"WIP");
73 self::markTestSkipped(
"Can't run test without db.");
79 self::markTestSkipped(
"WIP");
85 self::markTestSkipped(
"WIP");
92 self::markTestSkipped(
"Can't run test without db.");
TestCase for the ilWACCheckingInstanceTest.
static setSALT(string $salt)
testBasicWithFileSigning()
Customizing of pimple-DIC for ILIAS.
testBasicWithFolderSigning()
testNonCheckingInstanceNoSec()