PHP Class spec\Crummy\Phlack\WebHook\WebHookSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostrar archivo Open project: mcrumm/phlack

Protected Properties

Property Type Description
$defaultFields

Public Methods

Method Description
commandExamples ( )
it_can_be_created_fromConfig ( )
it_is_a_webhook_command ( )
it_normalizes_commands_without_a_delimiter ( $input, $expected )
its_command_is_delimited_with_a_colon ( $input, $expected )
let ( )
textExamples ( )

Method Details

commandExamples() public method

public commandExamples ( )

it_can_be_created_fromConfig() public method

it_is_a_webhook_command() public method

it_normalizes_commands_without_a_delimiter() public method

public it_normalizes_commands_without_a_delimiter ( $input, $expected )

its_command_is_delimited_with_a_colon() public method

public its_command_is_delimited_with_a_colon ( $input, $expected )

let() public method

public let ( )

textExamples() public method

public textExamples ( )

Property Details

$defaultFields protected_oe property

protected $defaultFields