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
It should work like with other field names, but it can't cause Expectation has public value property. I have to do the following.
expect($setting->value) ->toBe('Test') ->and($setting->name) ->toBe('Test')
This doesn't work
expect($setting) ->value->toBe('Test') ->name->toBe('Test')
No response
3.7.1
8.3.6
Windows
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What Happened
It should work like with other field names, but it can't cause Expectation has public value property. I have to do the following.
How to Reproduce
This doesn't work
Sample Repository
No response
Pest Version
3.7.1
PHP Version
8.3.6
Operation System
Windows
Notes
No response
The text was updated successfully, but these errors were encountered: