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

Commit 286c7ff

Browse files
committed
check for default value localhost
1 parent 4dbd57c commit 286c7ff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

spec/Nats/ConnectionOptionsSpec.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ function it_is_initializable()
1111
{
1212
$this->shouldHaveType('Nats\ConnectionOptions');
1313
}
14+
15+
function it_has_default_host_value_as_localhost() {
16+
$this->getHost()->shouldEqual("localhost");
17+
}
1418
}

0 commit comments

Comments
 (0)