Closed zainengineer closed 9 years ago
@odino thanks for merging. Should I modify https://github.com/namshi/cuzzle/blob/master/tests/Formatter/CurlFormatterTest.php ?
1) Add an assertion that in testPost()
that it does contain -d
but not -G
.
2) Add a section in testGETWithQueryString()
which provides query string using data and assert that output contains both -d
&& -G
does this sound right?
Still not merged yet -- we need the tests :) I would say yes, both of them sound good to me
@odino
I added assertion for for testGETWithQueryString()
and in testPost()
.
Should I rebase and make a new merge request? or is it ok?
@zainengineer thanks for this PR, can you squash it? I'm going to merge it then
@zainengineer, could you please squash it on your side? thanks
Done in master
new tag, 1.2.1
, is out
hey @zainengineer, thanks for the PR! Would you be able to cover this case with tests?
cheers