Eris\Quantifier\TimeBasedTerminationConditionTest::testWhenAnIntervalShorterThanTheMaximumIntervalIsElapsedChoosesNotToTerminate PHP Méthode

testWhenAnIntervalShorterThanTheMaximumIntervalIsElapsedChoosesNotToTerminate() public méthode

    public function testWhenAnIntervalShorterThanTheMaximumIntervalIsElapsedChoosesNotToTerminate()
    {
        $this->condition->startPropertyVerification();
        $this->currentTime = 1300001000;
        $this->assertFalse($this->condition->shouldTerminate());
    }