Level 102
Do you have the pest plugin installed ? It works for me, so it should be possible
Summer Sale! All accounts are 50% off this week.
When writing test using PEST, it seems like phpstorm doesn't give me hint when I use $this-> in the test function. like this:
it('true', function(){
$this->xxx
});
so how to fix it ?
Do you have the pest plugin installed ? It works for me, so it should be possible
Please or to participate in this conversation.