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

getExpectedCommandLineForNotificationWithAnIcon() protected method

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