public function ColumnCellIteratorTest::testPrevOutOfRange in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/ColumnCellIteratorTest.php \ColumnCellIteratorTest::testPrevOutOfRange()
@expectedException PHPExcel_Exception
File
- vendor/
phpoffice/ phpexcel/ unitTests/ Classes/ PHPExcel/ Worksheet/ ColumnCellIteratorTest.php, line 81
Class
Code
public function testPrevOutOfRange() {
$iterator = new PHPExcel_Worksheet_ColumnCellIterator($this->mockWorksheet, 'A', 2, 4);
$iterator
->prev();
}