|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for URITest:
Collaboration diagram for URITest: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 | 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.
| URITest::provideIPv6addresses | ( | ) |
Definition at line 125 of file URITest.php.
| URITest::test_alphadigit_start_host | ( | ) |
@depends test_init
Definition at line 423 of file URITest.php.
| URITest::test_alphadigit_start_host_2 | ( | ) |
@depends test_init
Definition at line 432 of file URITest.php.
| URITest::test_alphadigit_start_host_3 | ( | ) |
@depends test_init
Definition at line 441 of file URITest.php.
| URITest::test_alphadigit_start_host_4 | ( | ) |
@depends test_init
Definition at line 450 of file URITest.php.
| URITest::test_alphadigit_start_host_5 | ( | ) |
@depends test_init
Definition at line 459 of file URITest.php.
| URITest::test_authority_and_fragment | ( | ) |
@depends test_init
Definition at line 289 of file URITest.php.
| URITest::test_authority_and_query | ( | ) |
@depends test_init
Definition at line 265 of file URITest.php.
| URITest::test_authority_only | ( | ) |
@depends test_init
Definition at line 334 of file URITest.php.
| URITest::test_authority_path_fragment | ( | ) |
@depends test_init
Definition at line 303 of file URITest.php.
| URITest::test_base_uri | ( | $uri | ) |
@depends test_init
Definition at line 182 of file URITest.php.
| URITest::test_base_uri_idempotent | ( | $uri | ) |
@depends test_init
Definition at line 190 of file URITest.php.
| URITest::test_components | ( | $uri | ) |
@depends test_init
Definition at line 168 of file URITest.php.
| URITest::test_fakepcenc | ( | ) |
@depends test_init
Definition at line 414 of file URITest.php.
| URITest::test_init | ( | ) |
@doesNotPerformAssertions
Definition at line 89 of file URITest.php.
| URITest::test_ipv4 | ( | ) |
@depends test_init
Definition at line 97 of file URITest.php.
| URITest::test_localhost | ( | ) |
@depends test_init
Definition at line 152 of file URITest.php.
| URITest::test_no_authority | ( | ) |
@depends test_init
Definition at line 359 of file URITest.php.
| URITest::test_no_path | ( | ) |
@depends test_init
Definition at line 217 of file URITest.php.
| URITest::test_no_query | ( | ) |
@depends test_init
Definition at line 241 of file URITest.php.
| URITest::test_no_schema | ( | ) |
@depends test_init
Definition at line 350 of file URITest.php.
| URITest::test_path | ( | ) |
@depends test_init
Definition at line 318 of file URITest.php.
| URITest::test_realpctenc | ( | ) |
@depends test_init
Definition at line 404 of file URITest.php.
| URITest::test_uri_invalid | ( | ) |
@depends test_init
Definition at line 395 of file URITest.php.
| URITest::test_with_authority | ( | $uri | ) |
@depends test_init
Definition at line 614 of file URITest.php.
| URITest::test_with_authority_invalid_1 | ( | ) |
@depends test_with_authority
Definition at line 692 of file URITest.php.
| URITest::test_with_authority_invalid_2 | ( | ) |
@depends test_with_authority
Definition at line 702 of file URITest.php.
| URITest::test_with_authority_invalid_3 | ( | ) |
@depends test_with_authority
Definition at line 713 of file URITest.php.
| URITest::test_with_authority_invalid_4 | ( | ) |
@depends test_with_authority
Definition at line 723 of file URITest.php.
| URITest::test_with_authority_invalid_5 | ( | ) |
@depends test_with_authority
Definition at line 733 of file URITest.php.
| URITest::test_with_authority_invalid_6 | ( | ) |
@depends test_with_authority
Definition at line 743 of file URITest.php.
| URITest::test_with_authority_invalid_7 | ( | ) |
@depends test_with_authority
Definition at line 754 of file URITest.php.
| URITest::test_with_authority_invalid_8 | ( | ) |
@depends test_with_authority
Definition at line 765 of file URITest.php.
| URITest::test_with_fragment | ( | $uri | ) |
@depends test_init
Definition at line 885 of file URITest.php.
| URITest::test_with_fragment_invalid_1 | ( | ) |
@depends test_with_fragment
Definition at line 915 of file URITest.php.
| URITest::test_with_fragment_invalid_2 | ( | ) |
@depends test_with_fragment
Definition at line 925 of file URITest.php.
| URITest::test_with_host | ( | $uri | ) |
@depends test_init
Definition at line 561 of file URITest.php.
| URITest::test_with_host_invalid_1 | ( | ) |
@depends test_with_host
Definition at line 584 of file URITest.php.
| URITest::test_with_host_invalid_3 | ( | ) |
@depends test_with_host
Definition at line 594 of file URITest.php.
| URITest::test_with_host_invalid_4 | ( | ) |
@depends test_with_host
Definition at line 604 of file URITest.php.
| URITest::test_with_path | ( | $uri | ) |
@depends test_init
Definition at line 775 of file URITest.php.
| URITest::test_with_path_invalid_1 | ( | ) |
@depends test_with_path
Definition at line 805 of file URITest.php.
| URITest::test_with_path_invalid_2 | ( | ) |
@depends test_with_path
Definition at line 815 of file URITest.php.
| URITest::test_with_path_invalid_3 | ( | ) |
@depends test_with_path
Definition at line 825 of file URITest.php.
| URITest::test_with_port | ( | $uri | ) |
@depends test_init
Definition at line 510 of file URITest.php.
| URITest::test_with_port_invalid_1 | ( | ) |
@depends test_with_port
Definition at line 541 of file URITest.php.
| URITest::test_with_port_invalid_2 | ( | ) |
@depends test_with_port
Definition at line 551 of file URITest.php.
| URITest::test_with_query | ( | $uri | ) |
@depends test_init
Definition at line 835 of file URITest.php.
| URITest::test_with_query_invalid_1 | ( | ) |
@depends test_with_query
Definition at line 865 of file URITest.php.
| URITest::test_with_query_invalid_2 | ( | ) |
@depends test_with_query
Definition at line 875 of file URITest.php.
| URITest::test_with_schema | ( | $uri | ) |
@depends test_init
Definition at line 468 of file URITest.php.
| URITest::test_with_schema_invalid_1 | ( | ) |
@depends test_with_schema
Definition at line 490 of file URITest.php.
| URITest::test_with_schema_invalid_2 | ( | ) |
@depends test_with_schema
Definition at line 500 of file URITest.php.
| URITest::test_wrong_authority_in_schema_1 | ( | ) |
@depends test_init
Definition at line 377 of file URITest.php.
| URITest::test_wrong_authority_in_schema_2 | ( | ) |
@depends test_init
Definition at line 386 of file URITest.php.
| URITest::test_wrong_char_in_schema | ( | ) |
@depends test_init
Definition at line 368 of file URITest.php.
| URITest::testAppendParameter | ( | ILIAS\Data\URI | $uri | ) |
@depends testWithParameters
Definition at line 992 of file URITest.php.
References $params.
| URITest::testGetParameter | ( | ILIAS\Data\URI | $uri | ) |
@depends testGetParameters
Definition at line 955 of file URITest.php.
| URITest::testGetParameters | ( | ) |
Definition at line 941 of file URITest.php.
References $url.
| URITest::testIPv6 | ( | string | $host | ) |
@depends test_init @dataProvider provideIPv6addresses
Definition at line 113 of file URITest.php.
| URITest::testSubstituteParameter | ( | ILIAS\Data\URI | $uri | ) |
@depends 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 | ) |
@depends 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 | ) |
@depends 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.