Codeception / Codeception/module-rest
[REST] Module does not reset client before each request
オープン
- 主要言語
- PHP
- スター
- 60
- フォーク
- 30
- 平均マージ
- 22時間 37分
- マージ済み PR(30日)
- 1
説明
#### 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
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。