mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 05:58:42 +00:00
NO_CI
This commit is contained in:
parent
7a3b8aab82
commit
ad28da979e
|
|
@ -14,6 +14,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\tests\Socket\Client;
|
namespace phpOMS\tests\Socket\Client;
|
||||||
|
|
||||||
|
use phpOMS\Account\Account;
|
||||||
use phpOMS\Socket\Client\ClientConnection;
|
use phpOMS\Socket\Client\ClientConnection;
|
||||||
use phpOMS\Socket\Client\NullClientConnection;
|
use phpOMS\Socket\Client\NullClientConnection;
|
||||||
|
|
||||||
|
|
@ -24,6 +25,6 @@ final class NullClientConnectionTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
public function testDefault() : void
|
public function testDefault() : void
|
||||||
{
|
{
|
||||||
self::assertInstanceOf(ClientConnection::class, new NullClientConnection());
|
self::assertInstanceOf(ClientConnection::class, new NullClientConnection(new Account(), null));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user