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

Commit 8aa66bb

Browse files
committed
Check if it is disconnected by default
1 parent e8d5a5c commit 8aa66bb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

spec/Nats/ConnectionSpec.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,9 @@ function it_subscriptions_array_is_empty()
3535
{
3636
$this->getSubscriptions()->shouldHaveCount(0);
3737
}
38+
39+
function it_is_disconnected()
40+
{
41+
$this->isConnected()->shouldBe(false);
42+
}
3843
}

0 commit comments

Comments
 (0)