Changeset 50484
- Timestamp:
- 03/03/2021 07:24:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-request.php
r50284 r50484 84 84 * @dataProvider content_type_provider 85 85 * 86 * @param string $header Header value.87 * @param string $value Full type value.88 * @param string $type Main type (application, text, etc).89 * @param string $subtype Subtype (json, etc).86 * @param string $header Header value. 87 * @param string $value Full type value. 88 * @param string $type Main type (application, text, etc). 89 * @param string $subtype Subtype (json, etc). 90 90 * @param string $parameters Parameters (charset=utf-8, etc). 91 91 */ … … 194 194 * @dataProvider alternate_json_content_type_provider 195 195 * 196 * @param string $content_type The content-type197 * @param string $sourceThe source value.198 * @param bool ean $accept_jsonThe accept_json value.196 * @param string $content_type The content-type header. 197 * @param string $source The source value. 198 * @param bool $accept_json The accept_json value. 199 199 */ 200 200 public function test_alternate_json_content_type( $content_type, $source, $accept_json ) { … … 225 225 * @dataProvider is_json_content_type_provider 226 226 * 227 * @param string $content_type The content-type228 * @param bool ean $is_jsonThe is_json value.227 * @param string $content_type The content-type header. 228 * @param bool $is_json The is_json value. 229 229 */ 230 230 public function test_is_json_content_type( $content_type, $is_json ) {
Note: See TracChangeset
for help on using the changeset viewer.