You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Some features like callbacks, links and references to external documents/objects
14
14
PHP Swagger Test can help you to test your REST Api. You can use this tool both for Unit Tests or Functional Tests.
15
15
16
16
This tool reads a previously Swagger JSON file (not YAML) and enables you to test the request and response.
17
-
You can use the tool "<https://github.com/zircote/swagger-php>" for creating the JSON file when you are developing your
17
+
You can use the tool "[https://github.com/zircote/swagger-php](https://github.com/zircote/swagger-php)" for creating the JSON file when you are developing your
18
18
rest API.
19
19
20
20
The ApiTestCase's assertion process is based on throwing exceptions if some validation or test failed.
0 commit comments