mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +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;
|
||||
|
||||
use phpOMS\Account\Account;
|
||||
use phpOMS\Socket\Client\ClientConnection;
|
||||
use phpOMS\Socket\Client\NullClientConnection;
|
||||
|
||||
|
|
@ -24,6 +25,6 @@ final class NullClientConnectionTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
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