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

FluidTYPO3 / vhs / 17376775330

01 Sep 2025 11:51AM UTC coverage: 72.043% (-0.05%) from 72.089%
17376775330

Pull #1956

github

web-flow
Merge a4f1bfa67 into b9bfa35cc
Pull Request #1956: [TASK] Implement backwards compatible base VH class

0 of 5 new or added lines in 1 file covered. (0.0%)

5646 of 7837 relevant lines covered (72.04%)

19.99 hits per line

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

0.0
/Classes/Core/ViewHelper/AbstractViewHelper.php
1
<?php
2
namespace FluidTYPO3\Vhs\Core\ViewHelper;
3

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