| 1 | <?php |
||
| 11 | class ComposerReviewTest extends BaseTestCase { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @return array |
||
| 15 | */ |
||
| 16 | public function getComposerFileDataProvider() { |
||
| 34 | |||
| 35 | |||
| 36 | /** |
||
| 37 | * @dataProvider getComposerFileDataProvider |
||
| 38 | * @param string $input |
||
| 39 | * @param array $expectErrorLines |
||
| 40 | * @throws \Exception |
||
| 41 | */ |
||
| 42 | public function testComposerFile($input, array $expectErrorLines) { |
||
| 46 | |||
| 47 | } |
||
| 48 |