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

getExpectedCommandLineForNotificationWithAllOptions() protected method

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