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

Entropyphp / EntropyPHP / 16597490461

29 Jul 2025 01:27PM UTC coverage: 51.117% (-1.5%) from 52.605%
16597490461

push

github

willy68
First commit

206 of 403 relevant lines covered (51.12%)

1.81 hits per line

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

0.0
/src/Event/Event.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Entropy\Event;
6

7
use League\Event\HasEventName;
8

9
class Event implements HasEventName
10
{
11
    public const NAME = '';
12

13
    public function eventName(): string
×
14
    {
15
        return static::NAME;
×
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

© 2026 Coveralls, Inc