We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a765bc5 commit 28f2792Copy full SHA for 28f2792
tests/protocol/V1Test.php
@@ -39,7 +39,7 @@ public function test__construct()
39
public function testInit(V1 $cls)
40
{
41
self::$readArray = [1, 2, 0];
42
- self::$writeBuffer = [hex2bin('003db20188546573742f312e30a386736368656d65856261736963897072696e636970616c84757365728b63726564656e7469616c738870617373776f7264')];
+ self::$writeBuffer = [hex2bin('003db20188546573742f312e30a386736368656d65856261736963897072696e636970616c84757365728b63726564656e7469616c738870617373776f72640000')];
43
44
$this->assertTrue($cls->init('Test/1.0', 'basic', 'user', 'password'));
45
}
0 commit comments