Some refactorings related to main Processor class
This commit is contained in:
@@ -10,7 +10,7 @@ class AbstractRequestTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers PmConverter\Converters\Abstract\AbstractRequest
|
||||
* @covers PmConverter\HttpVersion
|
||||
* @covers \PmConverter\Enums\HttpVersion
|
||||
* @return void
|
||||
* @throws InvalidHttpVersionException
|
||||
*/
|
||||
@@ -25,7 +25,7 @@ class AbstractRequestTest extends TestCase
|
||||
/**
|
||||
* @covers PmConverter\Converters\Abstract\AbstractRequest
|
||||
* @covers PmConverter\Converters\Abstract\AbstractRequest::getVerb()
|
||||
* @covers PmConverter\HttpVersion
|
||||
* @covers \PmConverter\Enums\HttpVersion
|
||||
* @return void
|
||||
* @throws InvalidHttpVersionException
|
||||
*/
|
||||
|
||||
10
tests/pm-convert-settings.json
Normal file
10
tests/pm-convert-settings.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"files": [
|
||||
"collections/20-API Lifecycle.postman_collection.json"
|
||||
],
|
||||
"output": "converted",
|
||||
"preserveOutput": false,
|
||||
"formats": [
|
||||
"http"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user