10000 Eris doesn't report seed if when using `Facade` · Issue #111 · giorgiosironi/eris · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Eris doesn't report seed if when using Facade  #111
Open
@bekh6ex

Description

@bekh6ex

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0