19declare(strict_types=1);
23use PHPUnit\Framework\TestCase;
37 $this->assertEquals(
"some/target/asset.png", $public_asset->getTarget());
44 "directory/asset.png",
48 $this->assertEquals(
"some/target/asset.png", $public_asset->getTarget());
55 "directory/asset.png",
59 $this->assertEquals(
"some/target/asset.png", $public_asset->getTarget());
70 $this->assertTrue(
true);
81 $this->assertTrue(
true);
88 "directory/asset.png",
92 $this->assertEquals(
"components/ILIAS/Component/resources/directory/asset.png", $public_asset->getSource());
An public asset that is a resource of some component.
testDotIsAllowedAsTarget()
testHtaccessIsAllowedAsSource()
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.