Codeception / Codeception/module-rest
[REST] Module does not reset client before each request
Đang mở
- Ngôn ngữ chính
- PHP
- Star
- 60
- Fork
- 30
- Merge trung bình
- 22 giờ 37 phút
- Pull request đã merge (30 ngày)
- 1
Mô tả
#### 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
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.