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

getExpectedCommandLineForNotificationWithAnIcon() protected method

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