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

RonasIT / laravel-entity-generator / 12904129135

22 Jan 2025 08:27AM UTC coverage: 80.326% (+3.2%) from 77.174%
12904129135

Pull #77

github

web-flow
Merge 20d923d1c into 926bbfb73
Pull Request #77: Add service generator tests

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

739 of 920 relevant lines covered (80.33%)

2.93 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;
23✔
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