Codeception / Codeception/module-rest
[REST] Module does not reset client before each request
未关闭
- 主要语言
- PHP
- 星标
- 60
- 派生
- 30
- 平均合并
- 22 小时 37 分钟
- 30 天内合并 PR
- 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 还没有评估数据。