ProophTest\ServiceBus\Mock\CustomMessage::__construct PHP Method

__construct() public method

public __construct ( $text )
    public function __construct($text)
    {
        $this->text = $text;
    }