ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Static Public Member Functions | |
static | provideIPv6addresses () |
Private Attributes | |
const | URI_COMPLETE = 'g+it://github.com:8080/someaccount/somerepo/somerepo.git?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_COMPLETE_IPV4 = 'g+it://10.0.0.86:8080/someaccount/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_COMPLETE_LOCALHOST = 'g+it://localhost:8080/someaccount/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_NO_PATH_1 = 'g-it://ilias%2Da.de:8080?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_NO_PATH_2 = 'g.it://amaz;on.co.uk:8080/?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_NO_QUERY_1 = 'git://one-letter-top-level.a:8080/someaccount/somerepo/somerepo.git/#fragment' |
const | URI_NO_QUERY_2 = 'git://github.com:8080/someaccount/somerepo/somerepo.git#fragment' |
const | URI_AUTHORITY_AND_QUERY_1 = 'git://github.com?query_p$,;:A!\'*+()ar_1=val_1&quer?y_par_2=val_2' |
const | URI_AUTHORITY_AND_QUERY_2 = 'git://github.com/?qu/ery_p$,;:A!\'*+()ar_1=val_1&quer?y_par_2=val_2' |
const | URI_AUTHORITY_AND_FRAGMENT = 'git://github.com:8080/#fragment$,;:A!\'*+()ar_1=val_1&' |
const | URI_AUTHORITY_PATH_FRAGMENT = 'git://git$,;hub.com:8080/someacc$,;ount/somerepo/somerepo.git#frag:A!\'*+()arment' |
const | URI_PATH = 'git://git$,;hub.com:8080/someacc$,;ount/somerepo/somerepo.git/' |
const | URI_AUTHORITY_ONLY = 'git://git$,;hub.com' |
const | URI_NO_SCHEMA = 'git$,;hub.com:8080/someacc$,;ount/somerepo/somerepo.git/' |
const | URI_NO_AUTHORITY = 'git://:8080/someaccount/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_WRONG_SCHEMA = 'gi$t://git$,;hub.com' |
const | URI_WRONG_AUTHORITY_1 = 'git://git$,;hu<b.com:8080/someacc$,;ount/somerepo/somerepo.git/' |
const | URI_WRONG_AUTHORITY_2 = 'git://git$,;hu=b.com/someacc$,;ount/somerepo/somerepo.git/' |
const | URI_INVALID = 'https://host.de/ilias.php/"><script>alert(1)</script>?baseClass=ilObjChatroomGUI&cmd=getOSDNotifications&cmdMode=asynch&max_age=15192913' |
const | URI_FAKEPCENC = 'g+it://github.com:8080/someaccoun%t/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_REALPCTENC = 'g+it://github.com:8080/someaccount%2Fsomerepo/som%2brepo.git/?par_lower=val_%2b&par_upper=val_%C3%A1#fragment' |
const | PATH_REALPCTENC = 'someaccount%2Fsomerepo/som%2brepo.git' |
const | PARAMS_REALPCTENC |
const const | URI_HOST_ALPHADIG_START_1 = 'g+it://-github.com:8080/someaccount' |
const | URI_HOST_ALPHADIG_START_2 = 'g+it://github-.com:8080/someaccount' |
const | URI_HOST_ALPHADIG_START_3 = 'http://.' |
const | URI_HOST_ALPHADIG_START_4 = 'http://../' |
const | URI_HOST_ALPHADIG_START_5 = 'http://-error-.invalid/' |
const | URI_BASE = 'git://github.com:8080/someaccount/somerepo/somerepo.git' |
const | PARAMS |
Definition at line 26 of file URITest.php.
|
static |
Definition at line 125 of file URITest.php.
URITest::test_alphadigit_start_host | ( | ) |
URITest::test_alphadigit_start_host_2 | ( | ) |
URITest::test_alphadigit_start_host_3 | ( | ) |
URITest::test_alphadigit_start_host_4 | ( | ) |
URITest::test_alphadigit_start_host_5 | ( | ) |
URITest::test_authority_and_fragment | ( | ) |
URITest::test_authority_and_query | ( | ) |
URITest::test_authority_only | ( | ) |
URITest::test_authority_path_fragment | ( | ) |
URITest::test_base_uri | ( | $uri | ) |
test_init
Definition at line 182 of file URITest.php.
URITest::test_base_uri_idempotent | ( | $uri | ) |
URITest::test_components | ( | $uri | ) |
URITest::test_fakepcenc | ( | ) |
const URITest::test_init | ( | ) |
Definition at line 89 of file URITest.php.
URITest::test_ipv4 | ( | ) |
URITest::test_localhost | ( | ) |
URITest::test_no_authority | ( | ) |
URITest::test_no_path | ( | ) |
URITest::test_no_query | ( | ) |
URITest::test_no_schema | ( | ) |
URITest::test_path | ( | ) |
test_init
Definition at line 318 of file URITest.php.
URITest::test_realpctenc | ( | ) |
URITest::test_uri_invalid | ( | ) |
URITest::test_with_authority | ( | $uri | ) |
URITest::test_with_authority_invalid_1 | ( | ) |
URITest::test_with_authority_invalid_2 | ( | ) |
URITest::test_with_authority_invalid_3 | ( | ) |
URITest::test_with_authority_invalid_4 | ( | ) |
URITest::test_with_authority_invalid_5 | ( | ) |
URITest::test_with_authority_invalid_6 | ( | ) |
URITest::test_with_authority_invalid_7 | ( | ) |
URITest::test_with_authority_invalid_8 | ( | ) |
URITest::test_with_fragment | ( | $uri | ) |
URITest::test_with_fragment_invalid_1 | ( | ) |
URITest::test_with_fragment_invalid_2 | ( | ) |
URITest::test_with_host | ( | $uri | ) |
URITest::test_with_host_invalid_1 | ( | ) |
URITest::test_with_host_invalid_3 | ( | ) |
URITest::test_with_host_invalid_4 | ( | ) |
URITest::test_with_path | ( | $uri | ) |
URITest::test_with_path_invalid_1 | ( | ) |
URITest::test_with_path_invalid_2 | ( | ) |
URITest::test_with_path_invalid_3 | ( | ) |
URITest::test_with_port | ( | $uri | ) |
URITest::test_with_port_invalid_1 | ( | ) |
URITest::test_with_port_invalid_2 | ( | ) |
URITest::test_with_query | ( | $uri | ) |
URITest::test_with_query_invalid_1 | ( | ) |
URITest::test_with_query_invalid_2 | ( | ) |
URITest::test_with_schema | ( | $uri | ) |
URITest::test_with_schema_invalid_1 | ( | ) |
URITest::test_with_schema_invalid_2 | ( | ) |
URITest::test_wrong_authority_in_schema_1 | ( | ) |
URITest::test_wrong_authority_in_schema_2 | ( | ) |
URITest::test_wrong_char_in_schema | ( | ) |
URITest::testAppendParameter | ( | ILIAS\Data\URI | $uri | ) |
testWithParameters
Definition at line 992 of file URITest.php.
References $params.
URITest::testGetParameter | ( | ILIAS\Data\URI | $uri | ) |
testGetParameters
Definition at line 955 of file URITest.php.
URITest::testGetParameters | ( | ) |
URITest::testIPv6 | ( | string | $host | ) |
test_init provideIPv6addresses
Definition at line 113 of file URITest.php.
References null.
URITest::testSubstituteParameter | ( | ILIAS\Data\URI | $uri | ) |
testWithParameters
Definition at line 981 of file URITest.php.
URITest::testToString | ( | ) |
Definition at line 932 of file URITest.php.
URITest::testWithArrayParameters | ( | ILIAS\Data\URI | $uri | ) |
testGetParameters
Definition at line 1008 of file URITest.php.
References $params.
URITest::testWithOutParameters | ( | ) |
Definition at line 1026 of file URITest.php.
URITest::testWithParameters | ( | ILIAS\Data\URI | $uri | ) |
testGetParameters
Definition at line 967 of file URITest.php.
References $params.
|
private |
Definition at line 80 of file URITest.php.
|
private |
Definition at line 68 of file URITest.php.
|
private |
Definition at line 67 of file URITest.php.
|
private |
Definition at line 44 of file URITest.php.
|
private |
Definition at line 41 of file URITest.php.
|
private |
Definition at line 42 of file URITest.php.
|
private |
Definition at line 50 of file URITest.php.
|
private |
Definition at line 46 of file URITest.php.
|
private |
Definition at line 79 of file URITest.php.
|
private |
Definition at line 28 of file URITest.php.
|
private |
Definition at line 30 of file URITest.php.
|
private |
Definition at line 32 of file URITest.php.
|
private |
Definition at line 64 of file URITest.php.
|
private |
Definition at line 73 of file URITest.php.
|
private |
Definition at line 74 of file URITest.php.
|
private |
Definition at line 75 of file URITest.php.
|
private |
Definition at line 76 of file URITest.php.
|
private |
Definition at line 77 of file URITest.php.
|
private |
Definition at line 62 of file URITest.php.
|
private |
Definition at line 54 of file URITest.php.
|
private |
Definition at line 35 of file URITest.php.
|
private |
Definition at line 36 of file URITest.php.
|
private |
Definition at line 38 of file URITest.php.
|
private |
Definition at line 39 of file URITest.php.
|
private |
Definition at line 52 of file URITest.php.
|
private |
Definition at line 48 of file URITest.php.
|
private |
Definition at line 66 of file URITest.php.
|
private |
Definition at line 58 of file URITest.php.
|
private |
Definition at line 59 of file URITest.php.
|
private |
Definition at line 56 of file URITest.php.