Skip to content

Commit

Permalink
fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jan 2, 2018
1 parent 99d59dd commit 6066960
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tests/Api/Todo/CollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ public function testDocumentation()
"links": [
{
"rel": "openapi",
"href": "\/export\/openapi\/*\/todo"
"href": "\/index.php\/export\/openapi\/*\/todo"
},
{
"rel": "swagger",
"href": "\/export\/swagger\/*\/todo"
"href": "\/index.php\/export\/swagger\/*\/todo"
},
{
"rel": "raml",
"href": "\/export\/raml\/*\/todo"
"href": "\/index.php\/export\/raml\/*\/todo"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions tests/Api/Todo/EntityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,15 @@ public function testDocumentation()
"links": [
{
"rel": "openapi",
"href": "\/export\/openapi\/*\/todo\/:todo_id"
"href": "\/index.php\/export\/openapi\/*\/todo\/:todo_id"
},
{
"rel": "swagger",
"href": "\/export\/swagger\/*\/todo\/:todo_id"
"href": "\/index.php\/export\/swagger\/*\/todo\/:todo_id"
},
{
"rel": "raml",
"href": "\/export\/raml\/*\/todo\/:todo_id"
"href": "\/index.php\/export\/raml\/*\/todo\/:todo_id"
}
]
}
Expand Down

0 comments on commit 6066960

Please sign in to comment.