| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | public function testEntityConstantsRule() |
||
| 19 | { |
||
| 20 | $output = $this |
||
| 21 | ->runPhpmd('Entity/Foo.php', 'symfony2.xml') |
||
| 22 | ->getOutput(); |
||
| 23 | |||
| 24 | $this->assertContains('Entity/Foo.php:10 Don\'t contain constants in your entity. Important information are distribute throughout the project. You reduce the reusability.', $output); |
||
| 25 | } |
||
| 26 | |||
| 40 |