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

api-platform / core / 10639861745

30 Aug 2024 10:21PM UTC coverage: 7.667%. Remained the same
10639861745

push

github

web-flow
test: anonymous bundle class breaks twig extension (#6566)

0 of 2 new or added lines in 2 files covered. (0.0%)

4209 existing lines in 143 files now uncovered.

12514 of 163211 relevant lines covered (7.67%)

22.86 hits per line

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

0.0
/tests/PhpUnitBundle.php
1
<?php
2

3
/*
4
 * This file is part of the API Platform project.
5
 *
6
 * (c) Kévin Dunglas <dunglas@gmail.com>
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 ApiPlatform\Tests;
15

16
use Symfony\Component\HttpKernel\Bundle\Bundle;
17

18
final class PhpUnitBundle extends Bundle
19
{
20
    public function shutdown(): void
21
    {
NEW
22
        restore_exception_handler();
×
23
    }
24
}
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