1 | <?php |
||
8 | class ValidationExceptionSpec extends ObjectBehavior |
||
9 | { |
||
10 | function let(ConstraintViolationListInterface $list) |
||
14 | |||
15 | function it_is_initializable() |
||
19 | |||
20 | function it_is_an_exception() |
||
25 | |||
26 | function it_has_a_list_of_violations(ConstraintViolationListInterface $list) |
||
30 | |||
31 | function it_has_a_line_number() |
||
35 | } |
||
36 |