Codeception / Codeception/module-rest

[REST] Module does not reset client before each request

オープン
#96 コメント 8 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。