You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method is never called if Facade is used instead of PHPUnit integration, so there is no way to find out the seed with which tests failed on CI system.
The text was updated successfully, but these errors were encountered:
I think here we would need to print $this->seed rather than the dumpSeedForReproducing() method, as the latter is PHPUnit-specific.
Not knowing what is calling Facade I would then expose $this->seed with a TestTrait getter, which will be available on Facade automatically. Is that what you are looking for?
There is method on
ErisTrait
That dumps the seed in case of test failure.
This method is never called if
Facade
is used instead of PHPUnit integration, so there is no way to find out the seed with which tests failed on CI system.The text was updated successfully, but these errors were encountered: