Open
Description
There is method on ErisTrait
/**
* @after
*/
public function erisTeardown()
{
$this->dumpSeedForReproducing();
}
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.