Closed bjarn closed 1 year ago
@sdkakcy could you take a look at this one?
@freekmurze okey, I will look.
@bjarn can you tell your Laravel version?
@sdkakcy Of course, running on Laravel v10.9.0 and Pest v1.23.0 (not v2 yet).
Hi again @bjarn, sorry for late. I'm so busy nowadays. I have created a PR #10 for this issue. It fixes your problem. I have tested it on my side. But you must add your Folder/File in your Test Case section in Pest.php file. In my case: I store my rule tests in Unit folder. I added the Unit
in here:
@sdkakcy no worries at all! Same here :)
I'll test it and let you know tomorrow!
@bjarn the PR is not accepted yet fyi.
@freekmurze could you look at the PR?
@sdkakcy Just checked, fixed indeed after adding it to Pest.php! Thanks :)
Since the introduction of PR #8, failed assertions are throwing the following exception:
It is reproducable with the following rule:
I am not using the translation function - just a string.
Downgrading seems to be a workaround - but not a solution of course. I tried to debug it, but can't seem to figure it out atm, might give it a shot again later.