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

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

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