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

JsonMapper / SymfonyBundle / 13409424459

19 Feb 2025 09:32AM UTC coverage: 100.0%. Remained the same
13409424459

push

github

web-flow
docs: show white based logo when in dark mode (#9)

4 of 4 relevant lines covered (100.0%)

8.0 hits per line

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

100.0
/src/DependencyInjection/JsonMapperExtension.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace JsonMapper\SymfonyBundle\DependencyInjection;
6

7
use Symfony\Component\Config\FileLocator;
8
use Symfony\Component\DependencyInjection\Extension\Extension;
9
use Symfony\Component\DependencyInjection\ContainerBuilder;
10
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
11

12
class JsonMapperExtension extends Extension
13
{
14
    /**
15
     * @return void
16
     */
17
    public function load(array $configs, ContainerBuilder $container)
18
    {
19
        $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../../Resources/config'));
10✔
20

21
        $loader->load('services.xml');
10✔
22
    }
2✔
23
}
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