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

api-platform / core / 16053734897

03 Jul 2025 02:52PM UTC coverage: 22.132% (-0.4%) from 22.566%
16053734897

Pull #7274

github

web-flow
Merge 459b4021a into 828b62a4e
Pull Request #7274: fix(symfony): restore graphql_playground option

3 of 3 new or added lines in 1 file covered. (100.0%)

3831 existing lines in 106 files now uncovered.

11560 of 52232 relevant lines covered (22.13%)

23.34 hits per line

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

0.0
/src/Metadata/IsApiResource.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\Metadata;
15

16
/**
17
 * @author Kévin Dunglas <kevin@dunglas.dev>
18
 *
19
 * @phpstan-ignore trait.unused
20
 */
21
trait IsApiResource
22
{
23
    public static function apiResource(): ApiResource
24
    {
UNCOV
25
        return new ApiResource();
×
26
    }
27
}
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