Skip to content

Commit 6efe91c

Browse files
alexislefebvresoyuka
authored andcommitted
docs: fix links to Hoppscotch and remove duplicated line (#2245)
1 parent 04bdd63 commit 6efe91c

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

symfony/testing.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -398,18 +398,13 @@ Kubernetes cluster.
398398
You may also be interested in these alternative testing tools (not included in the API Platform
399399
distribution):
400400

401-
- [Hoppscotch](https://docs.hoppscotch.io/features/tests), create functional test for your API
402-
- [Hoppscotch](https://docs.hoppscotch.io/documentation/features/rest-api-testing/), create
403-
functional test for your API Platform project using a nice UI, benefit from its Swagger
404-
integration and run tests in the CI using [the command-line tool](https://docs.hoppscotch.io/cli);
405-
- [Behat](https://behat.org), a
406-
[behavior-driven development (BDD)](https://en.wikipedia.org/wiki/Behavior-driven_development)
407-
framework to write the API specification as user stories and in natural language then execute
408-
these scenarios against the application to validate its behavior;
409-
- [Blackfire Player](https://blackfire.io/player), a nice DSL to crawl HTTP services, assert
410-
responses, and extract data from HTML/XML/JSON responses;
411-
- [PHP Matcher](https://github.com/coduo/php-matcher), the Swiss Army knife of JSON document
412-
testing.
401+
- [Hoppscotch](https://docs.hoppscotch.io/), create functional [test](https://docs.hoppscotch.io/documentation/getting-started/rest/tests) for your API
402+
Platform project using a nice UI, benefit from its Swagger integration and run tests in the CI using [the command-line tool](https://docs.hoppscotch.io/documentation/clients/cli/overview);
403+
- [Behat](https://behat.org), a [behavior-driven development (BDD)](https://en.wikipedia.org/wiki/Behavior-driven_development) framework to write the API specification as user
404+
stories and in natural language then execute these scenarios against the application to validate its behavior;
405+
- [Blackfire Player](https://blackfire.io/player), a nice DSL to crawl HTTP services, assert responses, and extract data
406+
from HTML/XML/JSON responses;
407+
- [PHP Matcher](https://github.com/coduo/php-matcher), the Swiss Army knife of JSON document testing.
413408

414409
## Using the API Platform Distribution for End-to-End Testing
415410

0 commit comments

Comments
 (0)