Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | public function testAuthorProperties() |
||
21 | { |
||
22 | $signture = 'Giuliano Sampaio <[email protected]>'; |
||
23 | |||
24 | $author = new Author(); |
||
25 | |||
26 | $author->set($signture); |
||
27 | |||
28 | $this->assertAuthorProperties($author); |
||
29 | } |
||
72 | } |