Joli\JoliNotif\tests\Notifier\GrowlNotifyNotifierTest::getExpectedCommandLineForNotificationWithATitle PHP Method

getExpectedCommandLineForNotificationWithATitle() protected method

    protected function getExpectedCommandLineForNotificationWithATitle()
    {
        return <<<CLI
'growlnotify' '--message' 'I'\\''m the notification body' '--title' 'I'\\''m the notification title'
CLI;
    }