| 1 | <?php |
||
| 12 | class ConstructorNewOperatorTest extends AbstractProcessTest |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @covers MS\PHPMD\Rule\Symfony2\ConstructorNewOperator |
||
| 16 | */ |
||
| 17 | public function testConstructorNewOperatorRule() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @covers MS\PHPMD\Rule\Symfony2\ConstructorNewOperator |
||
| 31 | */ |
||
| 32 | public function testConstructorWithoutNewOperatorRule() |
||
| 40 | } |
||
| 41 |