| Conditions | 2 |
| Paths | 2 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | protected function setUp() |
||
| 18 | { |
||
| 19 | if (!class_exists('Goodby\CSV\Import\Standard\Lexer')) { |
||
| 20 | $this->markTestSkipped('The "GoodbyCsv" component is not available'); |
||
| 21 | } |
||
| 22 | |||
| 23 | $this->provider = new GoodbyCsvProvider(); |
||
| 24 | |||
| 25 | $this->csv = __DIR__.'/../Constraints/Fixtures/test.csv'; |
||
| 26 | } |
||
| 27 | |||
| 51 |