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

miaoxing / user / 5294564744

pending completion
5294564744

push

github

twinh
test(antd5): 关闭 `hashed`

21 of 70 branches covered (30.0%)

84 of 661 relevant lines covered (12.71%)

12.15 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