File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/Codeception/Lib/Connector Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 "require" : {
1818 "php" : " ^7.4 | ^8.0" ,
1919 "ext-json" : " *" ,
20- "guzzlehttp/guzzle" : " ^7.3 " ,
21- "codeception/lib-innerbrowser" : " ^1.5 | *@dev" ,
22- "codeception/codeception" : " ^4.0 | *@dev"
20+ "guzzlehttp/guzzle" : " ^7.4 " ,
21+ "codeception/lib-innerbrowser" : " ^2.0 | *@dev" ,
22+ "codeception/codeception" : " ^4.1 | *@dev"
2323 },
2424 "require-dev" : {
2525 "ext-curl" : " *" ,
2626 "aws/aws-sdk-php" : " ^3.199" ,
27- "codeception/module-rest" : " ^1.3 | *@dev"
27+ "codeception/module-rest" : " ^2.0 | *@dev"
2828 },
2929 "conflict" : {
30- "codeception/codeception" : " <4.0 "
30+ "codeception/codeception" : " <4.1 "
3131 },
3232 "suggest" : {
3333 "codeception/phpbuiltinserver" : " Start and stop PHP built-in web server for your tests"
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ protected function getAbsoluteUri($uri)
171171
172172 // relative url
173173 if (!$ this ->getHistory ()->isEmpty ()) {
174- return Uri::mergeUrls (( string ) $ this ->getHistory ()->current ()->getUri (), $ uri );
174+ return Uri::mergeUrls ($ this ->getHistory ()->current ()->getUri (), $ uri );
175175 }
176176 }
177177
You can’t perform that action at this time.
0 commit comments