We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since version 6.2.0, I got this error in codeception when trying to: $I->seeResponseIsJson();
$I->seeResponseIsJson();
[Warning] Uninitialized string offset -1 at /.../vendor/sebastian/comparator/src/ScalarComparator.php:139
The text was updated successfully, but these errors were encountered:
CC @staabm
Sorry, something went wrong.
@bastienho could you provide a reduced reproducing example?
Uninitialized string offset -1
just found a reproduction myself in #119
thanks for the report
Merge pull request sebastianbergmann#118 from sheby460/chumaBranch
2f131d5
view data commit
Successfully merging a pull request may close this issue.
Since version 6.2.0, I got this error in codeception when trying to:
$I->seeResponseIsJson();
The text was updated successfully, but these errors were encountered: