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

getExpectedCommandLineForNotificationWithAnIcon() protected method

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