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

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

    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;
    }