spec\PhpSpec\Matcher\ApproximatelyMatcherSpec::it_match_floats_with_near_float PHP Method

it_match_floats_with_near_float() public method

    function it_match_floats_with_near_float()
    {
        $this->shouldNotThrow()->duringPositiveMatch('shouldBeApproximately', 1.4455, array(1.4466, 0.01));
    }