Joli\JoliNotif\tests\Notifier\GrowlNotifyNotifierTest::getExpectedCommandLineForNotificationWithATitle PHP Метод

getExpectedCommandLineForNotificationWithATitle() защищенный Метод

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