|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\HTTP\URLUtilTest:
Collaboration diagram for Sabre\HTTP\URLUtilTest:Public Member Functions | |
| testEncodePath () | |
| testEncodePathSegment () | |
| testDecode () | |
| testDecodeUmlaut () | |
| @depends testDecode More... | |
| testDecodeUmlautLatin1 () | |
| @depends testDecodeUmlaut More... | |
| testDecodeAccentsWindows7 () | |
| This testcase was sent by a bug reporter. More... | |
| testSplitPath () | |
| testResolve ($base, $update, $expected) | |
| @dataProvider resolveData More... | |
| resolveData () | |
Definition at line 5 of file URLUtilTest.php.
| Sabre\HTTP\URLUtilTest::resolveData | ( | ) |
Definition at line 142 of file URLUtilTest.php.
| Sabre\HTTP\URLUtilTest::testDecode | ( | ) |
Definition at line 53 of file URLUtilTest.php.
References Sabre\HTTP\URLUtil\decodePath().
Here is the call graph for this function:| Sabre\HTTP\URLUtilTest::testDecodeAccentsWindows7 | ( | ) |
This testcase was sent by a bug reporter.
@depends testDecode
Definition at line 88 of file URLUtilTest.php.
References Sabre\HTTP\URLUtil\decodePath(), and Sabre\HTTP\URLUtil\encodePath().
Here is the call graph for this function:| Sabre\HTTP\URLUtilTest::testDecodeUmlaut | ( | ) |
@depends testDecode
Definition at line 64 of file URLUtilTest.php.
References Sabre\HTTP\URLUtil\decodePath().
Here is the call graph for this function:| Sabre\HTTP\URLUtilTest::testDecodeUmlautLatin1 | ( | ) |
@depends testDecodeUmlaut
Definition at line 75 of file URLUtilTest.php.
References Sabre\HTTP\URLUtil\decodePath().
Here is the call graph for this function:| Sabre\HTTP\URLUtilTest::testEncodePath | ( | ) |
Definition at line 7 of file URLUtilTest.php.
References $i, Sabre\HTTP\URLUtil\decodePath(), and Sabre\HTTP\URLUtil\encodePath().
Here is the call graph for this function:| Sabre\HTTP\URLUtilTest::testEncodePathSegment | ( | ) |
Definition at line 29 of file URLUtilTest.php.
References $i, Sabre\HTTP\URLUtil\decodePathSegment(), and Sabre\HTTP\URLUtil\encodePathSegment().
Here is the call graph for this function:| Sabre\HTTP\URLUtilTest::testResolve | ( | $base, | |
| $update, | |||
| $expected | |||
| ) |
@dataProvider resolveData
Definition at line 133 of file URLUtilTest.php.
| Sabre\HTTP\URLUtilTest::testSplitPath | ( | ) |
Definition at line 96 of file URLUtilTest.php.
References $input, Sabre\VObject\$output, and Sabre\HTTP\URLUtil\splitPath().
Here is the call graph for this function: