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