ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
RessourceIDFactoryTest.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use PHPUnit\Framework\TestCase;
24
25class 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