Codeception / Codeception/module-rest
[REST] Module does not reset client before each request
Aperta
- Lingua principale
- PHP
- Stelle
- 60
- Fork
- 30
- Merge medio
- 22h 37m
- PR unite (30g)
- 1
Descrizione
#### What are you trying to achieve?
I write a test which makes several request
```
$I->sendPOST('/my/url/test');
$I->sendGET('/my/url/test');
```
#### What do you get instead?
When I call `$I->sendGET('/my/url/test');` it goes to '/my/url/my/url/test' instead of '/my/url/test'
I use REST as follows:
```
REST:
depends: Symfony
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.