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

RonasIT / laravel-entity-generator / 13150891945

05 Feb 2025 05:29AM UTC coverage: 90.022% (+1.6%) from 88.395%
13150891945

Pull #81

github

web-flow
Merge dff470277 into 882d04c57
Pull Request #81: Add service provider tests

830 of 922 relevant lines covered (90.02%)

4.08 hits per line

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

100.0
/src/Events/SuccessCreateMessage.php
1
<?php
2

3
namespace RonasIT\Support\Events;
4

5
use Illuminate\Queue\SerializesModels;
6

7
class SuccessCreateMessage
8
{
9
    use SerializesModels;
10

11
    public $message;
12

13
    /**
14
     * Create a new event instance.
15
     *
16
     * @return void
17
     */
18
    public function __construct($message)
19
    {
20
        $this->message = $message;
28✔
21
    }
22
}
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