• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FluidTYPO3 / vhs / 28574219916

30 Jun 2026 10:59AM UTC coverage: 69.77% (-0.02%) from 69.79%
28574219916

push

github

NamelessCoder
[TASK] Use a proxy for LocalizationFactory

1 of 3 new or added lines in 2 files covered. (33.33%)

4796 of 6874 relevant lines covered (69.77%)

4.03 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/Classes/Proxy/LocalizationFactoryProxy.php
1
<?php
2

3
namespace FluidTYPO3\Vhs\Proxy;
4

5
use TYPO3\CMS\Core\Localization\Locale;
6
use TYPO3\CMS\Core\Localization\LocalizationFactory;
7
use TYPO3\CMS\Core\SingletonInterface;
8

9
class LocalizationFactoryProxy implements SingletonInterface
10
{
11
    public function __construct(private LocalizationFactory $localizationFactory)
12
    {
NEW
13
    }
×
14

15
    public function getParsedData(string $fileReference, Locale|string|null $locale, bool $renewCache = false): array
16
    {
NEW
17
        return $this->localizationFactory->getParsedData($fileReference, $locale, $renewCache);
×
18
    }
19
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc