Joli\JoliNotif\tests\Notifier\NotifuNotifierTest::getExpectedCommandLineForNotificationWithAllOptions PHP Method

getExpectedCommandLineForNotificationWithAllOptions() protected method

    protected function getExpectedCommandLineForNotificationWithAllOptions()
    {
        return <<<CLI
'notifu' '/m' 'I'\\''m the notification body' '/p' 'I'\\''m the notification title' '/i' '/home/toto/Images/my-icon.png'
CLI;
    }