getMock('Symfony\Component\Translation\TranslatorInterface', ['addResource', 'trans', 'transChoice', 'setLocale', 'getLocale', 'setFallbackLocales', 'addLoader']); $translator->expects($this->any()) ->method('trans') ->will($this->returnCallback(function ($id) { return $id;})); return $translator; } }