Skip to content

Conversation

@robertprice
Copy link
Contributor

Some extra tests to increase code coverage.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.4%) to 97.548% when pulling 1153bf1 on robertprice:extraTests into 1dedd25 on slimphp:3.x.

@robertprice
Copy link
Contributor Author

This requires #1978 to be merged to fix the php7 build issues.

$uri = Uri::createFromString('https://example.com:443/foo/bar?abc=123');
$headers = new Headers([
'Content-Type' => 'application/x-www-form-urlencoded',
'Content-Type' => 'application/json',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change this? Practically, _METHOD overrides are only going to be used with HTML forms.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was testing decoding of objects, but I can't remember the reasons now.

I think it's safe for you to ignore this, and for me to learn to write better commit messages.

@robertprice robertprice deleted the extraTests branch October 14, 2016 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants