forked from loafle/openapi-generator-original
Tweak test codes according to the parameter order changes
same changes in another PR:
36ed29852e
This commit is contained in:
@@ -36,7 +36,7 @@ class ParametersTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
public function testHeaderParamCollection()
|
||||
{
|
||||
$this->fakeApi->testEnumParameters([], [], ['string1', 'string2']);
|
||||
$this->fakeApi->testEnumParameters(['string1', 'string2']);
|
||||
|
||||
$request = $this->fakeHttpClient->getLastRequest();
|
||||
$headers = $request->getHeaders();
|
||||
|
||||
Reference in New Issue
Block a user