ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
|
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 119 of file URITest.php.
URITest::test_alphadigit_start_host | ( | ) |
Definition at line 378 of file URITest.php.
URITest::test_alphadigit_start_host_2 | ( | ) |
Definition at line 385 of file URITest.php.
URITest::test_alphadigit_start_host_3 | ( | ) |
Definition at line 392 of file URITest.php.
URITest::test_alphadigit_start_host_4 | ( | ) |
Definition at line 399 of file URITest.php.
URITest::test_alphadigit_start_host_5 | ( | ) |
Definition at line 406 of file URITest.php.
URITest::test_authority_and_fragment | ( | ) |
Definition at line 267 of file URITest.php.
URITest::test_authority_and_query | ( | ) |
Definition at line 245 of file URITest.php.
URITest::test_authority_only | ( | ) |
Definition at line 307 of file URITest.php.
URITest::test_authority_path_fragment | ( | ) |
Definition at line 280 of file URITest.php.
URITest::test_base_uri | ( | $uri | ) |
Definition at line 170 of file URITest.php.
URITest::test_base_uri_idempotent | ( | $uri | ) |
Definition at line 176 of file URITest.php.
URITest::test_components | ( | $uri | ) |
Definition at line 158 of file URITest.php.
URITest::test_fakepcenc | ( | ) |
Definition at line 371 of file URITest.php.
const URITest::test_init | ( | ) |
Definition at line 87 of file URITest.php.
URITest::test_ipv4 | ( | ) |
Definition at line 93 of file URITest.php.
URITest::test_localhost | ( | ) |
Definition at line 144 of file URITest.php.
URITest::test_no_authority | ( | ) |
Definition at line 328 of file URITest.php.
URITest::test_no_path | ( | ) |
Definition at line 201 of file URITest.php.
URITest::test_no_query | ( | ) |
Definition at line 223 of file URITest.php.
URITest::test_no_schema | ( | ) |
Definition at line 321 of file URITest.php.
URITest::test_path | ( | ) |
Definition at line 293 of file URITest.php.
URITest::test_realpctenc | ( | ) |
Definition at line 363 of file URITest.php.
URITest::test_uri_invalid | ( | ) |
Definition at line 356 of file URITest.php.
URITest::test_with_authority | ( | $uri | ) |
Definition at line 537 of file URITest.php.
URITest::test_with_authority_invalid_1 | ( | ) |
Definition at line 613 of file URITest.php.
URITest::test_with_authority_invalid_2 | ( | ) |
Definition at line 621 of file URITest.php.
URITest::test_with_authority_invalid_3 | ( | ) |
Definition at line 630 of file URITest.php.
URITest::test_with_authority_invalid_4 | ( | ) |
Definition at line 638 of file URITest.php.
URITest::test_with_authority_invalid_5 | ( | ) |
Definition at line 646 of file URITest.php.
URITest::test_with_authority_invalid_6 | ( | ) |
Definition at line 654 of file URITest.php.
URITest::test_with_authority_invalid_7 | ( | ) |
Definition at line 663 of file URITest.php.
URITest::test_with_authority_invalid_8 | ( | ) |
Definition at line 672 of file URITest.php.
URITest::test_with_fragment | ( | $uri | ) |
Definition at line 776 of file URITest.php.
URITest::test_with_fragment_invalid_1 | ( | ) |
Definition at line 804 of file URITest.php.
URITest::test_with_fragment_invalid_2 | ( | ) |
Definition at line 812 of file URITest.php.
URITest::test_with_host | ( | $uri | ) |
Definition at line 494 of file URITest.php.
URITest::test_with_host_invalid_1 | ( | ) |
Definition at line 514 of file URITest.php.
URITest::test_with_host_invalid_3 | ( | ) |
Definition at line 521 of file URITest.php.
URITest::test_with_host_invalid_4 | ( | ) |
Definition at line 529 of file URITest.php.
URITest::test_with_path | ( | $uri | ) |
Definition at line 680 of file URITest.php.
URITest::test_with_path_invalid_1 | ( | ) |
Definition at line 708 of file URITest.php.
URITest::test_with_path_invalid_2 | ( | ) |
Definition at line 716 of file URITest.php.
URITest::test_with_path_invalid_3 | ( | ) |
Definition at line 724 of file URITest.php.
URITest::test_with_port | ( | $uri | ) |
Definition at line 449 of file URITest.php.
URITest::test_with_port_invalid_1 | ( | ) |
Definition at line 478 of file URITest.php.
URITest::test_with_port_invalid_2 | ( | ) |
Definition at line 486 of file URITest.php.
URITest::test_with_query | ( | $uri | ) |
Definition at line 732 of file URITest.php.
URITest::test_with_query_invalid_1 | ( | ) |
Definition at line 760 of file URITest.php.
URITest::test_with_query_invalid_2 | ( | ) |
Definition at line 768 of file URITest.php.
URITest::test_with_schema | ( | $uri | ) |
Definition at line 413 of file URITest.php.
URITest::test_with_schema_invalid_1 | ( | ) |
Definition at line 433 of file URITest.php.
URITest::test_with_schema_invalid_2 | ( | ) |
Definition at line 441 of file URITest.php.
URITest::test_wrong_authority_in_schema_1 | ( | ) |
Definition at line 342 of file URITest.php.
URITest::test_wrong_authority_in_schema_2 | ( | ) |
Definition at line 349 of file URITest.php.
URITest::test_wrong_char_in_schema | ( | ) |
Definition at line 335 of file URITest.php.
URITest::testAppendParameter | ( | ILIAS\Data\URI | $uri | ) |
Definition at line 872 of file URITest.php.
References $params.
URITest::testGetParameter | ( | ILIAS\Data\URI | $uri | ) |
Definition at line 840 of file URITest.php.
URITest::testGetParameters | ( | ) |
URITest::testIPv6 | ( | string | $host | ) |
Definition at line 107 of file URITest.php.
References null.
URITest::testSubstituteParameter | ( | ILIAS\Data\URI | $uri | ) |
Definition at line 862 of file URITest.php.
URITest::testToString | ( | ) |
Definition at line 819 of file URITest.php.
URITest::testWithArrayParameters | ( | ILIAS\Data\URI | $uri | ) |
Definition at line 886 of file URITest.php.
References $params.
URITest::testWithOutParameters | ( | ) |
Definition at line 904 of file URITest.php.
URITest::testWithParameters | ( | ILIAS\Data\URI | $uri | ) |
Definition at line 850 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.