spec\PhpSpec\Event\SuiteEventSpec::it_can_be_told_that_the_suite_is_no_longer_worth_rerunning PHP Метод

it_can_be_told_that_the_suite_is_no_longer_worth_rerunning() публичный Метод

    function it_can_be_told_that_the_suite_is_no_longer_worth_rerunning()
    {
        $this->markAsWorthRerunning();
        $this->markAsNotWorthRerunning();
        $this->isWorthRerunning()->shouldReturn(false);
    }