spec\Crummy\Phlack\WebHook\WebHookSpec::its_command_is_delimited_with_a_colon PHP Метод

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

public its_command_is_delimited_with_a_colon ( $input, $expected )
    public function its_command_is_delimited_with_a_colon($input, $expected)
    {
        $config = ['text' => $input] + $this->defaultFields;
        $this->beConstructedWith($config);
        $this['command']->shouldBe($expected);
    }