PHP Class spec\Crummy\Phlack\Common\Formatter\SequencerSpec

Inheritance: extends PhpSpec\ObjectBehavior
Exibir arquivo Open project: mcrumm/phlack

Public Methods

Method Description
it_formats_text ( )
it_is_initializable ( )
it_sequences_a_command ( Crummy\Phlack\WebHook\CommandInterface $command )
it_sequences_an_alert ( )

Method Details

it_formats_text() public method

public it_formats_text ( )

it_is_initializable() public method

public it_is_initializable ( )

it_sequences_a_command() public method

public it_sequences_a_command ( Crummy\Phlack\WebHook\CommandInterface $command )
$command Crummy\Phlack\WebHook\CommandInterface

it_sequences_an_alert() public method