for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Eole\Sandstone\Tests\Unit\Websocket;
use JMS\Serializer\EventDispatcher\EventSubscriberInterface;
use Eole\Sandstone\Websocket\Topic;
class WrongTopic extends Topic implements EventSubscriberInterface
{
public static function getSubscribedEvents()
return [];
}