Joli\JoliNotif\tests\Notifier\NotifuNotifierTest::getExpectedCommandLineForNotificationWithATitle PHP Méthode

getExpectedCommandLineForNotificationWithATitle() protected méthode

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