REBELinBLUE\Deployer\Notification::testPayload PHP Method

testPayload() public method

Generates a test payload for Slack.
public testPayload ( ) : array
return array
    public function testPayload()
    {
        return ['text' => Lang::get('notifications.test_message')];
    }