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

getExpectedCommandLineForNotificationWithATitle() protected method

    protected function getExpectedCommandLineForNotificationWithATitle()
    {
        return <<<CLI
'notifu' '/m' 'I'\\''m the notification body' '/p' 'I'\\''m the notification title'
CLI;
    }