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

getExpectedCommandLineForNotificationWithATitle() protected method

    protected function getExpectedCommandLineForNotificationWithATitle()
    {
        return <<<CLI
'toast' '-m' 'I'\\''m the notification body' '-t' 'I'\\''m the notification title'
CLI;
    }