Class BackgroundTaskTest.
More...
◆ testCannotUpdateUnknownBucket()
ILIAS\BackgroundTasks\Implementation\Persistence\BasicPersistenceTest::testCannotUpdateUnknownBucket |
( |
| ) |
|
Definition at line 152 of file BasicPersistenceTestTBD.php.
152 : void
153 {
154
155 $this->expectException(SerializationException::class);
156
157 $this->persistence->updateBucket($this->bucket);
158 }
◆ $bucket
ILIAS\BackgroundTasks\Implementation\Persistence\BasicPersistenceTest::$bucket |
|
protected |
◆ $persistence
ILIAS\BackgroundTasks\Implementation\Persistence\BasicPersistenceTest::$persistence |
|
protected |
The documentation for this class was generated from the following file: