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

getExpectedCommandLineForNotificationWithAllOptions() protected method

    protected function getExpectedCommandLineForNotificationWithAllOptions()
    {
        return <<<CLI
'growlnotify' '--message' 'I'\\''m the notification body' '--title' 'I'\\''m the notification title' '--image' '/home/toto/Images/my-icon.png'
CLI;
    }