Joli\JoliNotif\tests\Notifier\NotifySendNotifierTest::getExpectedCommandLineForNotificationWithATitle PHP Метод

getExpectedCommandLineForNotificationWithATitle() защищенный Метод

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