Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | final class EmailTest extends TestCase |
||
11 | { |
||
12 | /** |
||
13 | * @test |
||
14 | * @covers ::filter |
||
15 | */ |
||
16 | public function filter() |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * @test |
||
24 | * @expectedException \TraderInteractive\Exceptions\FilterException |
||
25 | * @expectedExceptionMessage Value '@email.com' is not a valid email |
||
26 | * @covers ::filter |
||
27 | */ |
||
28 | public function filterNotValid() |
||
33 |