Eris\Listener\MinimumEvaluationsTest::testIfTheTestIsAlreadyFailingDoesNotCreateNoiseWithItsOwnCheck PHP Method

testIfTheTestIsAlreadyFailingDoesNotCreateNoiseWithItsOwnCheck() public method

    public function testIfTheTestIsAlreadyFailingDoesNotCreateNoiseWithItsOwnCheck()
    {
        $this->listener->endPropertyVerification(10, 100, new LogicException("One of the cross beams has gone out askew on the treadle"));
    }