19 declare(strict_types=1);
21 require_once __DIR__ .
'/ilCtrlPathTestBase.php';
33 $this->assertEquals(
'foo',
$path->getCidPath());
39 $this->assertNull(
$path->getCidPath());
testExistingPathWithString()
Class ilCtrlPathTestBase.
testExistingPathWithEmptyString()
Class ilCtrlExistingPathTest.
Class ilCtrlExistingPath.