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

getExpectedCommandLineForNotificationWithAllOptions() protected method

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