ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Protected Member Functions | |
setUp () | |
Setup. More... | |
Protected Attributes | |
$mocked_repo_helper | |
Definition at line 6 of file ilWebDAVUriPathResolverTest.php.
ilWebDAVUriPathResolverTest::getRefIdForWebDAVPath_pathHasNoValidMountPoint_ThrowBadRequest | ( | ) |
@small
Definition at line 45 of file ilWebDAVUriPathResolverTest.php.
References Vendor\Package\$e.
ilWebDAVUriPathResolverTest::getRefIdForWebDAVPath_pathHasOnlyOneElement_ThrowBadRequest | ( | ) |
@small
Definition at line 26 of file ilWebDAVUriPathResolverTest.php.
References Vendor\Package\$e.
ilWebDAVUriPathResolverTest::getRefIdForWebDAVPath_repoRootAsMountGiven_callAndReturnValueOfGetRefIdFromPathInRepositoryMount | ( | ) |
@small
Definition at line 69 of file ilWebDAVUriPathResolverTest.php.
ilWebDAVUriPathResolverTest::getRefIdFromGivenParentRefAndTitlePath_pathEndsWithoutSlash_returnLastElement | ( | ) |
If a path like foo/bar/last is given, the return should be the ref_id of 'last'.
@small
Definition at line 116 of file ilWebDAVUriPathResolverTest.php.
ilWebDAVUriPathResolverTest::getRefIdFromGivenParentRefAndTitlePath_pathEndsWithSlash_returnElementBeforeSlash | ( | ) |
If a path like foo/bar/last/ is given, the return should be the ref_id of 'last'.
@small
Definition at line 93 of file ilWebDAVUriPathResolverTest.php.
ilWebDAVUriPathResolverTest::getRefIdFromGivenParentRefAndTitlePath_pathStartsWithSlash_returnLastElement | ( | ) |
If a path like /foo//bar/last is given, the return should be the ref_id of 'last'.
@small
Definition at line 138 of file ilWebDAVUriPathResolverTest.php.
ilWebDAVUriPathResolverTest::getRefIdFromGivenParentRefAndTitlePath_pathWithDoubleSlashInBetween_returnLastElement | ( | ) |
If a path like foo//bar/last is given, the return should be the ref_id of 'last'.
@small
Definition at line 160 of file ilWebDAVUriPathResolverTest.php.
ilWebDAVUriPathResolverTest::getRefIdFromGivenParentRefAndTitlePath_pathWithTrippleSlashInBetween_returnLastElement | ( | ) |
If a path like foo///bar/last is given, the return should be the ref_id of 'last'.
@small
Definition at line 182 of file ilWebDAVUriPathResolverTest.php.
|
protected |
Setup.
Definition at line 14 of file ilWebDAVUriPathResolverTest.php.
|
protected |
Definition at line 9 of file ilWebDAVUriPathResolverTest.php.