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

webeweb / jquery-datatables-bundle / 17383071357

01 Sep 2025 04:44PM UTC coverage: 99.734% (-0.08%) from 99.814%
17383071357

push

github

webeweb
Fix unit test

3750 of 3760 relevant lines covered (99.73%)

104.7 hits per line

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

66.67
/lib/common/Form/DataTransformer/AbstractDataTransformer.php
1
<?php
2

3
/*
4
 * This file is part of the jquery-datatables-bundle package.
5
 *
6
 * (c) 2024 WEBEWEB
7
 *
8
 * For the full copyright and license information, please view the LICENSE
9
 * file that was distributed with this source code.
10
 */
11

12
declare(strict_types = 1);
13

14
namespace WBW\Bundle\CommonBundle\Form\DataTransformer;
15

16
use Symfony\Component\HttpKernel\Kernel;
17

18
// TODO: Remove when dropping support for Symfony 6
19
if (Kernel::VERSION_ID < 70000) {
10✔
20
    class_alias("WBW\Bundle\CommonBundle\Form\DataTransformer\Symfony6DataTransformer", "WBW\Bundle\CommonBundle\Form\DataTransformer\AbstractDataTransformer");
10✔
21
} else {
22
    class_alias("WBW\Bundle\CommonBundle\Form\DataTransformer\Symfony7DataTransformer", "WBW\Bundle\CommonBundle\Form\DataTransformer\AbstractDataTransformer");
×
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

© 2025 Coveralls, Inc