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

__construct() public method

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