19use org\bovigo\vfs\vfsStream;
21use PHPUnit\Framework\Attributes\Test;
23require_once(
"vendor/composer/vendor/autoload.php");
25use PHPUnit\Framework\Testcase;
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.");
Customizing of pimple-DIC for ILIAS.
TestCase for the ilWACCheckingInstanceTest.
testBasicWithFileSigning()
testNonCheckingInstanceNoSec()
testBasicWithFolderSigning()
static setSALT(string $salt)