Eris\Quantifier\TimeBasedTerminationConditionTest::setUp PHP 메소드

setUp() 보호된 메소드

protected setUp ( )
    protected function setUp()
    {
        $this->time = function () {
            return $this->currentTime;
        };
        $this->currentTime = 1300000000;
        $this->condition = new TimeBasedTerminationCondition($this->time, new DateInterval('PT1800S'));
    }