ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
BackgroundTasks\Implementation\Observer\BasicObserverTest Class Reference
+ Inheritance diagram for BackgroundTasks\Implementation\Observer\BasicObserverTest:
+ Collaboration diagram for BackgroundTasks\Implementation\Observer\BasicObserverTest:

Public Member Functions

 testCheckIntegrity ()
 

Detailed Description

Definition at line 19 of file BasicObserverTest.php.

Member Function Documentation

◆ testCheckIntegrity()

BackgroundTasks\Implementation\Observer\BasicObserverTest::testCheckIntegrity ( )

Definition at line 21 of file BasicObserverTest.php.

References ILIAS\BackgroundTasks\Implementation\Persistence\BasicPersistence\instance().

22  {
23  $this->expectException(Exception::class);
24 
25  $observer = new BasicBucket();
26  $observer->setTask(new DownloadInteger());
27  BasicPersistence::instance()->saveBucketAndItsTasks($observer);
28  }
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: