Eris\Listener\MinimumEvaluationsTest::testIfTheTestIsAlreadyFailingDoesNotCreateNoiseWithItsOwnCheck PHP Méthode

testIfTheTestIsAlreadyFailingDoesNotCreateNoiseWithItsOwnCheck() public méthode

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