|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for URITest:
Collaboration diagram for URITest: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#fragA!\'*+()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_INVALID_CHARACTERS_IN_QUERY = 'git://github.com?query_p=:&query_p2=ilias@ilias.de' |
| 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 | 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 120 of file URITest.php.
| URITest::test_alphadigit_start_host | ( | ) |
Definition at line 386 of file URITest.php.
| URITest::test_alphadigit_start_host_2 | ( | ) |
Definition at line 393 of file URITest.php.
| URITest::test_alphadigit_start_host_3 | ( | ) |
Definition at line 400 of file URITest.php.
| URITest::test_alphadigit_start_host_4 | ( | ) |
Definition at line 407 of file URITest.php.
| URITest::test_alphadigit_start_host_5 | ( | ) |
Definition at line 414 of file URITest.php.
| URITest::test_authority_and_fragment | ( | ) |
Definition at line 268 of file URITest.php.
| URITest::test_authority_and_query | ( | ) |
Definition at line 246 of file URITest.php.
| URITest::test_authority_only | ( | ) |
Definition at line 308 of file URITest.php.
| URITest::test_authority_path_fragment | ( | ) |
Definition at line 281 of file URITest.php.
| URITest::test_base_uri | ( | $uri | ) |
Definition at line 171 of file URITest.php.
| URITest::test_base_uri_idempotent | ( | $uri | ) |
Definition at line 177 of file URITest.php.
| URITest::test_components | ( | $uri | ) |
Definition at line 159 of file URITest.php.
| URITest::test_fakepcenc | ( | ) |
Definition at line 379 of file URITest.php.
| URITest::test_init | ( | ) |
Definition at line 88 of file URITest.php.
| URITest::test_invalid_characters_in_query | ( | ) |
Definition at line 364 of file URITest.php.
| URITest::test_ipv4 | ( | ) |
Definition at line 94 of file URITest.php.
| URITest::test_localhost | ( | ) |
Definition at line 145 of file URITest.php.
| URITest::test_no_authority | ( | ) |
Definition at line 329 of file URITest.php.
| URITest::test_no_path | ( | ) |
Definition at line 202 of file URITest.php.
| URITest::test_no_query | ( | ) |
Definition at line 224 of file URITest.php.
| URITest::test_no_schema | ( | ) |
Definition at line 322 of file URITest.php.
| URITest::test_path | ( | ) |
Definition at line 294 of file URITest.php.
| URITest::test_realpctenc | ( | ) |
Definition at line 371 of file URITest.php.
| URITest::test_uri_invalid | ( | ) |
Definition at line 357 of file URITest.php.
| URITest::test_with_authority | ( | $uri | ) |
Definition at line 545 of file URITest.php.
| URITest::test_with_authority_invalid_1 | ( | ) |
Definition at line 621 of file URITest.php.
| URITest::test_with_authority_invalid_2 | ( | ) |
Definition at line 629 of file URITest.php.
| URITest::test_with_authority_invalid_3 | ( | ) |
Definition at line 638 of file URITest.php.
| URITest::test_with_authority_invalid_4 | ( | ) |
Definition at line 646 of file URITest.php.
| URITest::test_with_authority_invalid_5 | ( | ) |
Definition at line 654 of file URITest.php.
| URITest::test_with_authority_invalid_6 | ( | ) |
Definition at line 662 of file URITest.php.
| URITest::test_with_authority_invalid_7 | ( | ) |
Definition at line 671 of file URITest.php.
| URITest::test_with_authority_invalid_8 | ( | ) |
Definition at line 680 of file URITest.php.
| URITest::test_with_fragment | ( | $uri | ) |
Definition at line 784 of file URITest.php.
| URITest::test_with_fragment_invalid_1 | ( | ) |
Definition at line 812 of file URITest.php.
| URITest::test_with_fragment_invalid_2 | ( | ) |
Definition at line 820 of file URITest.php.
| URITest::test_with_host | ( | $uri | ) |
Definition at line 502 of file URITest.php.
| URITest::test_with_host_invalid_1 | ( | ) |
Definition at line 522 of file URITest.php.
| URITest::test_with_host_invalid_3 | ( | ) |
Definition at line 529 of file URITest.php.
| URITest::test_with_host_invalid_4 | ( | ) |
Definition at line 537 of file URITest.php.
| URITest::test_with_path | ( | $uri | ) |
Definition at line 688 of file URITest.php.
| URITest::test_with_path_invalid_1 | ( | ) |
Definition at line 716 of file URITest.php.
| URITest::test_with_path_invalid_2 | ( | ) |
Definition at line 724 of file URITest.php.
| URITest::test_with_path_invalid_3 | ( | ) |
Definition at line 732 of file URITest.php.
| URITest::test_with_port | ( | $uri | ) |
Definition at line 457 of file URITest.php.
| URITest::test_with_port_invalid_1 | ( | ) |
Definition at line 486 of file URITest.php.
| URITest::test_with_port_invalid_2 | ( | ) |
Definition at line 494 of file URITest.php.
| URITest::test_with_query | ( | $uri | ) |
Definition at line 740 of file URITest.php.
| URITest::test_with_query_invalid_1 | ( | ) |
Definition at line 768 of file URITest.php.
| URITest::test_with_query_invalid_2 | ( | ) |
Definition at line 776 of file URITest.php.
| URITest::test_with_schema | ( | $uri | ) |
Definition at line 421 of file URITest.php.
| URITest::test_with_schema_invalid_1 | ( | ) |
Definition at line 441 of file URITest.php.
| URITest::test_with_schema_invalid_2 | ( | ) |
Definition at line 449 of file URITest.php.
| URITest::test_wrong_authority_in_schema_1 | ( | ) |
Definition at line 343 of file URITest.php.
| URITest::test_wrong_authority_in_schema_2 | ( | ) |
Definition at line 350 of file URITest.php.
| URITest::test_wrong_char_in_schema | ( | ) |
Definition at line 336 of file URITest.php.
| URITest::testAppendParameter | ( | ILIAS\Data\URI | $uri | ) |
Definition at line 880 of file URITest.php.
References $params.
| URITest::testGetParameter | ( | ILIAS\Data\URI | $uri | ) |
Definition at line 848 of file URITest.php.
| URITest::testGetParameters | ( | ) |
Definition at line 836 of file URITest.php.
References $url.
| URITest::testIPv6 | ( | string | $host | ) |
Definition at line 108 of file URITest.php.
| URITest::testSubstituteParameter | ( | ILIAS\Data\URI | $uri | ) |
Definition at line 870 of file URITest.php.
| URITest::testToString | ( | ) |
Definition at line 827 of file URITest.php.
| URITest::testWithArrayParameters | ( | ILIAS\Data\URI | $uri | ) |
Definition at line 894 of file URITest.php.
References $params.
| URITest::testWithOutParameters | ( | ) |
Definition at line 912 of file URITest.php.
| URITest::testWithParameters | ( | ILIAS\Data\URI | $uri | ) |
Definition at line 858 of file URITest.php.
References $params.
|
private |
Definition at line 81 of file URITest.php.
|
private |
Definition at line 69 of file URITest.php.
|
private |
Definition at line 68 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 80 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 65 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 78 of file URITest.php.
|
private |
Definition at line 61 of file URITest.php.
|
private |
Definition at line 63 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 67 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.