ILIAS  trunk Revision v11.0_alpha-1838-g59fc79e306b
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilObjStudyProgrammeCacheTest.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 {
25  public function testCreateByConstructor(): void
26  {
27  $this->expectException(Error::class);
29  }
30 
31  public function testCreateBySingleton(): void
32  {
34  $this->assertInstanceOf(ilObjStudyProgrammeCache::class, $obj);
35  }
36 }
Cache for ilObjStudyProgrammes.