Definition at line 27 of file ComponentResourceTest.php.
◆ testDotIsAllowedAsTarget()
ILIAS\Component\Tests\Resource\ComponentResourceTest::testDotIsAllowedAsTarget |
( |
| ) |
|
Definition at line 73 of file ComponentResourceTest.php.
81 $this->assertTrue(
true);
Interface Observer Contains several chained tasks and infos about them.
An public asset that is a resource of some component.
◆ testHtaccessIsAllowedAsSource()
ILIAS\Component\Tests\Resource\ComponentResourceTest::testHtaccessIsAllowedAsSource |
( |
| ) |
|
Definition at line 62 of file ComponentResourceTest.php.
70 $this->assertTrue(
true);
Interface Observer Contains several chained tasks and infos about them.
An public asset that is a resource of some component.
◆ testSource()
ILIAS\Component\Tests\Resource\ComponentResourceTest::testSource |
( |
| ) |
|
Definition at line 84 of file ComponentResourceTest.php.
88 "directory/asset.png",
92 $this->assertEquals(
"components/ILIAS/Component/resources/directory/asset.png", $public_asset->getSource());
Interface Observer Contains several chained tasks and infos about them.
An public asset that is a resource of some component.
◆ testTarget1()
ILIAS\Component\Tests\Resource\ComponentResourceTest::testTarget1 |
( |
| ) |
|
Definition at line 29 of file ComponentResourceTest.php.
37 $this->assertEquals(
"some/target/asset.png", $public_asset->getTarget());
Interface Observer Contains several chained tasks and infos about them.
An public asset that is a resource of some component.
◆ testTarget2()
ILIAS\Component\Tests\Resource\ComponentResourceTest::testTarget2 |
( |
| ) |
|
Definition at line 40 of file ComponentResourceTest.php.
44 "directory/asset.png",
48 $this->assertEquals(
"some/target/asset.png", $public_asset->getTarget());
Interface Observer Contains several chained tasks and infos about them.
An public asset that is a resource of some component.
◆ testTarget3()
ILIAS\Component\Tests\Resource\ComponentResourceTest::testTarget3 |
( |
| ) |
|
Definition at line 51 of file ComponentResourceTest.php.
55 "directory/asset.png",
59 $this->assertEquals(
"some/target/asset.png", $public_asset->getTarget());
Interface Observer Contains several chained tasks and infos about them.
An public asset that is a resource of some component.
The documentation for this class was generated from the following file: