1 | <?php |
||
20 | class TrackingIdTest extends TestCase |
||
21 | { |
||
22 | /** |
||
23 | * @test |
||
24 | */ |
||
25 | public function it_constructs_itself_from_string() |
||
33 | /** |
||
34 | * @test |
||
35 | */ |
||
36 | public function it_returns_string_representation_of_uuid() |
||
44 | |||
45 | /** |
||
46 | * @test |
||
47 | */ |
||
48 | public function it_is_same_value_as() |
||
58 | |||
59 | /** |
||
60 | * @test |
||
61 | */ |
||
62 | public function it_is_not_same_value_as() |
||
69 | } |
||
70 |