2 namespace TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Fixtures
;
5 * This file is part of the TYPO3 CMS project.
7 * It is free software; you can redistribute it and/or modify it under
8 * the terms of the GNU General Public License, either version 2
9 * of the License, or any later version.
11 * For the full copyright and license information, please read the
12 * LICENSE.txt file that was distributed with this source code.
14 * The TYPO3 project - inspiring people to share!
17 use TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
;
20 * Fixture class for mocking static translate function
22 class TranslateViewHelperFixtureForEmptyString
extends TranslateViewHelper
{
25 * In original class this is wrapper call to static LocalizationUtility
27 * @param string $id Translation Key compatible to TYPO3 Flow
28 * @param string $extensionName UpperCamelCased extension key (for example BlogExample)
29 * @param array $arguments Arguments to be replaced in the resulting string
33 static protected function translate($id, $extensionName, $arguments) {