1 | <?php |
||
12 | class UseCaseSpec extends ObjectBehavior |
||
13 | { |
||
14 | function let(UseCaseId $modelId, Type $type) |
||
18 | |||
19 | function it_is_initializable() |
||
24 | |||
25 | function it_should_return_id_by_getter() |
||
29 | |||
30 | function it_should_allow_assign_domain(Domain $domain) |
||
34 | |||
35 | function it_should_return_type_by_getter() |
||
39 | } |
||
40 |