ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
RessourceIDFactoryTest.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
25 class RessourceIDFactoryTest extends TestCase
26 {
27  public function testIDs(): void
28  {
29  $factory = new RessourceIDFactory();
30  $id = $factory->ressourceID(13, 7, 'type');
31 
32  $this->assertInstanceOf(RessourceIDInterface::class, $id);
33  }
34 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23