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