| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 7 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 28 | public function testEmailWithoutWarningsIsValid() | ||
| 29 |     { | ||
| 30 | $validation = new NoRFCWarningsValidation(); | ||
| 31 | |||
| 32 |         $this->assertTrue($validation->isValid('[email protected]', new EmailLexer())); | ||
| 33 | $this->assertNull($validation->getError()); | ||
| 34 | } | ||
| 35 | } | ||
| 36 |