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

FluidTYPO3 / flux / 17377876963

01 Sep 2025 12:38PM UTC coverage: 92.919% (-0.3%) from 93.2%
17377876963

Pull #2257

github

web-flow
Merge 73aa136c3 into 43de65cd9
Pull Request #2257: [TASK] Prevent deprecation warnings

36 of 63 new or added lines in 4 files covered. (57.14%)

1 existing line in 1 file now uncovered.

7086 of 7626 relevant lines covered (92.92%)

66.03 hits per line

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

0.0
/Classes/ViewHelpers/AbstractViewHelper.php
1
<?php
2
namespace FluidTYPO3\Flux\ViewHelpers;
3

4
use TYPO3Fluid\Fluid\Component\Argument\ArgumentCollection;
5

6
class AbstractViewHelper extends \TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper
7
{
8
    public function render()
9
    {
NEW
10
        return static::renderStatic(
×
NEW
11
            $this->arguments instanceof ArgumentCollection ? $this->arguments->getArrayCopy() : $this->arguments,
×
NEW
12
            $this->buildRenderChildrenClosure(),
×
NEW
13
            $this->renderingContext
×
NEW
14
        );
×
15
    }
16
}
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