Joli\JoliNotif\tests\Notifier\GrowlNotifyNotifierTest::getExpectedCommandLineForNotificationWithAllOptions PHP 메소드

getExpectedCommandLineForNotificationWithAllOptions() 보호된 메소드

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