Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 857dcc1

Browse files
author
jgil
committed
FIX ::class keyword. Not supported in PHP 5.4
1 parent 29c05f5 commit 857dcc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/ConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function setUp()
4444
{
4545
$options = new ConnectionOptions();
4646

47-
$streamWrapper = $this->prophesize(StreamWrapper::class);
47+
$streamWrapper = $this->prophesize("Nats\StreamWrapper");
4848
$streamWrapper->getStreamSocketClient(Argument::any(), Argument::any(), Argument::any(), Argument::any(), Argument::any())->will(function ($args) {
4949
return fopen("/tmp/".uniqid(), 'w');
5050

0 commit comments

Comments
 (0)