| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | public function testValidationSuccess() |
||
| 20 | { |
||
| 21 | $validator = new E164PhoneNumberValidator(); |
||
| 22 | $validator->initialize($this->getContext($this->never())); |
||
| 23 | $validator->validate('+1-541-754-3010', new E164PhoneNumber()); |
||
| 24 | $validator->validate('+55 51 3333-3333', new E164PhoneNumber()); |
||
| 25 | } |
||
| 45 |