spec\Prophecy\Argument\Token\ArrayEntryTokenSpec::its_score_is_capped_at_8 PHP Метод

its_score_is_capped_at_8() публичный Метод

public its_score_is_capped_at_8 ( $key, $value )
    function its_score_is_capped_at_8($key, $value)
    {
        $key->scoreArgument('key')->willReturn(10);
        $value->scoreArgument('value')->willReturn(10);
        $this->scoreArgument(array('key' => 'value'))->shouldBe(8);
    }