Skip to content

Commit da75d73

Browse files
Update tests
1 parent 50b8317 commit da75d73

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/Unit/BootstrapTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
address: ADDRESS
1818
);
1919

20+
test('Can receive socket', function () use ($unit) {
21+
expect($unit->getSocket())->toBeString();
22+
});
23+
24+
test('Can receive address', function () use ($unit) {
25+
expect($unit->getAddress())->toBeString();
26+
});
27+
2028
test('Can receive config', function () use ($unit) {
2129
expect($unit->getConfig())->toBeObject('received object');
2230
});

0 commit comments

Comments
 (0)