Searched refs:autoscheme (Results 1 – 1 of 1) sorted by relevance
| /plugin/struct/_test/types/ |
| H A D | UrlTest.php | 78 public function test_validate_fail($value, $prefix, $postfix, $autoscheme) argument 81 $url = new Url(['prefix' => $prefix, 'postfix' => $postfix, 'autoscheme' => $autoscheme]); 88 public function test_validate_success($value, $prefix, $postfix, $autoscheme) argument 90 $url = new Url(['prefix' => $prefix, 'postfix' => $postfix, 'autoscheme' => $autoscheme]);
|