1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 12:53:34 +02:00

Make test mock a queue

This commit is contained in:
Pavel Djundik
2015-10-22 00:26:31 +03:00
parent c001fe6633
commit 4a73f14902
2 changed files with 21 additions and 7 deletions
+4
View File
@@ -12,10 +12,14 @@
namespace xPaw\SourceQuery;
use xPaw\SourceQuery\Exception\InvalidPacketException;
/**
* Base socket interface
*
* @package xPaw\SourceQuery
*
* @uses xPaw\SourceQuery\Exception\InvalidPacketException
*/
abstract class BaseSocket
{