Update makefile, tweak topictest
This commit is contained in:
@ -5,6 +5,7 @@ namespace NoccyLabs\Mercureact\Broker;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
|
||||
#[CoversClass(Topic::class)]
|
||||
#[CoversClass(Message::class)]
|
||||
class TopicTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
||||
@ -64,4 +65,4 @@ class TopicTest extends \PHPUnit\Framework\TestCase
|
||||
$this->assertEquals(0, count($unauthorizedSubscriber->messages));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user