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

getExpectedCommandLineForNotificationWithATitle() protected method

    protected function getExpectedCommandLineForNotificationWithATitle()
    {
        return <<<CLI
'terminal-notifier' '-message' 'I'\\''m the notification body' '-title' 'I'\\''m the notification title'
CLI;
    }