19require_once(
"vendor/composer/vendor/autoload.php");
22use PHPUnit\Framework\Testcase;
37 protected function setUp(): void
42 public function testPath(): void
44 $this->markTestSkipped(
'Failed for some unknown reason.');
48 $ilWACPath =
new ilWACPath(
'http://www.ilias.de/docu/data/docu/mobs/mm_43803/test.png');
49 $obj = ilWACSecurePath::find($ilWACPath->getSecurePathId());
50 $this->assertEquals(
'./components/ILIAS/MediaObjects', $obj->getComponentDirectory());
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilWACSecurePathTest extends PHPUnit.