ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
BasicObserverTest.php
Go to the documentation of this file.
1 <?php
25 
31 
32 require_once("libs/composer/vendor/autoload.php");
33 
34 class BasicObserverTest extends MockeryTestCase
35 {
36  public function testCheckIntegrity()
37  {
38  $this->expectException(Exception::class);
39 
40  $observer = new BasicBucket();
41  $observer->setTask(new DownloadInteger());
42  BasicPersistence::instance($this->createMock(\ilDBInterface::class))->saveBucketAndItsTasks($observer);
43  }
44 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...