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

heimrichhannot / contao-encore-bundle / 27198940069

09 Jun 2026 10:06AM UTC coverage: 75.679% (-1.9%) from 77.539%
27198940069

Pull #38

github

web-flow
Merge b0223807d into a10c8342e
Pull Request #38: Allow extension from App, various enhancements

28 of 68 new or added lines in 11 files covered. (41.18%)

3 existing lines in 2 files now uncovered.

641 of 847 relevant lines covered (75.68%)

2.27 hits per line

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

0.0
/src/EncoreExtension/EncoreExtensionWrapperFactory.php
1
<?php
2

3
namespace HeimrichHannot\EncoreBundle\EncoreExtension;
4

5
use HeimrichHannot\EncoreContracts\EncoreExtensionInterface;
6
use Symfony\Component\HttpKernel\KernelInterface;
7

8
class EncoreExtensionWrapperFactory
9
{
10
    public function __construct(
11
        private readonly KernelInterface $kernel,
12
    ) {
NEW
13
    }
×
14

15
    public function wrap(EncoreExtensionInterface $extension): EncoreExtensionWrapper
16
    {
NEW
17
        return new EncoreExtensionWrapper($extension, $this->kernel);
×
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