Skip to content

Commit

Permalink
Fix test related to DungleApiBundle. Remove some of them.
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Oct 23, 2015
1 parent b37924d commit d599ceb
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4,656 deletions.
46 changes: 36 additions & 10 deletions Tests/Formatter/MarkdownFormatterTest.php
Expand Up @@ -35,6 +35,10 @@ public function testFormat()
#### Response ####
id:
* type: integer
foo:
* type: string
Expand All @@ -46,18 +50,38 @@ public function testFormat()
#### Parameters ####
id:
* type: integer
* required: false
foo:
* type: string
* required: false
#### Response ####
id:
* type: integer
foo:
* type: string
### `DELETE` /popos/{id} ###
_Deletes the Popo resource._
#### Requirements ####
**id**
- Type: string
### `GET` /popos/{id} ###
_Retrieves Popo resource._
Expand All @@ -70,6 +94,10 @@ public function testFormat()
#### Response ####
id:
* type: integer
foo:
* type: string
Expand All @@ -87,27 +115,25 @@ public function testFormat()
#### Parameters ####
foo:
id:
* type: string
* type: integer
* required: false
#### Response ####
foo:
* type: string
* required: false
#### Response ####
### `DELETE` /popos/{id} ###
_Deletes the Popo resource._
id:
#### Requirements ####
* type: integer
**id**
foo:
- Type: string
* type: string
Expand Down

0 comments on commit d599ceb

Please sign in to comment.