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