| 1 | <?php |
||
| 8 | class FixedLengthFormattedStringIteratorTest extends PHPUnit_Framework_TestCase |
||
| 9 | { |
||
| 10 | /** @test */ |
||
| 11 | public function testSimpleFunctionality() |
||
| 26 | |||
| 27 | /** @test */ |
||
| 28 | public function testComposingIterator() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @test |
||
| 34 | * @expectedException InvalidArgumentException |
||
| 35 | */ |
||
| 36 | public function testFileCsvIteratorWithInvalidArguments() |
||
| 40 | } |
||
| 41 | |||
| 42 |