TestCase for the ilWACCheckingInstanceTest.
More...
◆ setUp()
ilWACCheckingInstanceTest::setUp |
( |
| ) |
|
|
protected |
Setup.
Definition at line 49 of file ilWACCheckingInstanceTest.php.
49 : void
50 {
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');
54
55
57 $container[
'http'] = fn(
$c) => Mockery::mock(Services::class);
58
59
62 }
Customizing of pimple-DIC for ILIAS.
static setSALT(string $salt)
References $c, $container, $GLOBALS, and ilWACToken\setSALT().
◆ testBasic()
ilWACCheckingInstanceTest::testBasic |
( |
| ) |
|
◆ testBasicWithFileSigning()
ilWACCheckingInstanceTest::testBasicWithFileSigning |
( |
| ) |
|
◆ testBasicWithFolderSigning()
ilWACCheckingInstanceTest::testBasicWithFolderSigning |
( |
| ) |
|
◆ testDeliver()
ilWACCheckingInstanceTest::testDeliver |
( |
| ) |
|
◆ testNonCheckingInstanceNoSec()
ilWACCheckingInstanceTest::testNonCheckingInstanceNoSec |
( |
| ) |
|
Definition at line 90 of file ilWACCheckingInstanceTest.php.
90 : void
91 {
92 self::markTestSkipped("Can't run test without db.");
93
94 return;
95
96
97
98
99 }
◆ $file_one
ilWACCheckingInstanceTest::$file_one |
|
protected |
◆ $root
ilWACCheckingInstanceTest::$root |
|
protected |
The documentation for this class was generated from the following file: