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

miaoxing / product / 10654305759

01 Sep 2024 01:03PM UTC coverage: 78.63% (-2.9%) from 81.523%
10654305759

push

github

semantic-release-bot
chore(release): publish

See CHANGELOG.md for more details.

149 of 173 branches covered (86.13%)

574 of 730 relevant lines covered (78.63%)

38.67 hits per line

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

0.0
/src/Resource/ProductDetailResource.php
1
<?php
2

3
namespace Miaoxing\Product\Resource;
4

5
use Miaoxing\Plugin\Resource\BaseResource;
6
use Miaoxing\Product\Service\ProductDetailModel;
7

8
class ProductDetailResource extends BaseResource
9
{
10
    public function transform(ProductDetailModel $detail): array
11
    {
12
        return $detail->toArray([
×
13
            'content',
×
14
        ]);
×
15
    }
16
}
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