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

getExpectedCommandLineForNotificationWithATitle() protected method

    protected function getExpectedCommandLineForNotificationWithATitle()
    {
        return <<<CLI
'osascript' '-e' 'display notification "I'\\''m the notification body" with title "I'\\''m the notification title"'
CLI;
    }