mxmbsocket/tests/Ratchet/Tests/WebSocket/Stub/WsMessageComponentInterface.php
Chris Boden 21bec3f74e [Sessions][Tests] Coverage
More code coverage on SessionProvider unit tests
Removed usage of MockConnection in favour of PHPUnit mocks
2012-07-19 12:01:18 -04:00

7 lines
221 B
PHP

<?php
namespace Ratchet\Tests\WebSocket\Stub;
use Ratchet\MessageComponentInterface;
use Ratchet\WebSocket\WsServerInterface;
interface WsMessageComponentInterface extends MessageComponentInterface, WsServerInterface {
}