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

Commit ca52e5d

Browse files
committed
Installed PHPSpec
1 parent 98111f9 commit ca52e5d

8 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ private function handlePING()
381381
/**
382382
* Handles MSG command.
383383
*
384-
* @param string $line Message command from NATS.
384+
* @param string $line Message command from Nats.
385385
*
386386
* @return void
387387
* @throws Exception
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function testSubscription()
150150
$this->c->publish('foo', 'bar');
151151
$this->assertEquals(1, $this->c->pubsCount());
152152
/*
153-
$process = new BackgroundProcess('/usr/bin/php ./tests/Util/ClientServerStub.php ');
153+
$process = new BackgroundProcess('/usr/bin/php ./test/Util/ClientServerStub.php ');
154154
$process->run();
155155
*/
156156
// time_nanosleep(1, 0);
@@ -177,7 +177,7 @@ public function testQueueSubscription()
177177
$this->c->publish('foo', 'bar');
178178
$this->assertEquals(1, $this->c->pubsCount());
179179
/*
180-
$process = new BackgroundProcess('/usr/bin/php ./tests/Util/ClientServerStub.php ');
180+
$process = new BackgroundProcess('/usr/bin/php ./test/Util/ClientServerStub.php ');
181181
$process->run();
182182
*/
183183
// time_nanosleep(1, 0);

0 commit comments

Comments
 (0)