spec\Crummy\Phlack\Message\FieldSpec::it_allows_false_as_a_value_for_short PHP Метод

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

    public function it_allows_false_as_a_value_for_short()
    {
        $this['short'] = false;
        $this->shouldNotBeShort();
    }