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

miaoxing / user / 6817969812

02 Nov 2023 02:41PM UTC coverage: 15.319%. Remained the same
6817969812

push

github

semantic-release-bot
chore(release): publish

See CHANGELOG.md for more details.

21 of 80 branches covered (0.0%)

108 of 705 relevant lines covered (15.32%)

1.54 hits per line

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

0.0
/src/Job/UserCreate.php
1
<?php
2

3
namespace Miaoxing\User\Job;
4

5
use Miaoxing\Queue\BaseJob;
6

7
class UserCreate extends BaseJob
8
{
9
    public function __invoke(BaseJob $job, $data)
10
    {
11
        $user = wei()->user()->findOneById($data['id']);
×
12

13
        wei()->event->trigger('asyncUserCreate', [$user]);
×
14

15
        $job->delete();
×
16
    }
17
}
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