1 | <?php |
||
8 | class TcpPortValueObjectTest extends BaseUnitTestCase |
||
9 | { |
||
10 | /** |
||
11 | * @test |
||
12 | */ |
||
13 | public function itShouldReturnTcpPort() |
||
21 | |||
22 | /** |
||
23 | * @return array |
||
24 | */ |
||
25 | public function invalidTcpPortProvider() |
||
35 | |||
36 | /** |
||
37 | * @test |
||
38 | * @dataProvider invalidTcpPortProvider |
||
39 | */ |
||
40 | public function itShouldThrowsException($data) |
||
46 | } |
||
47 |