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

getExpectedCommandLineForNotificationWithAnIcon() protected method

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