Skip to content

Commit

Permalink
Fix unit test for iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBaker committed Apr 27, 2015
1 parent f317842 commit 72f3a3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function testIteratorSeekAndPrev()
public function testSeekOutOfRange()
{
$iterator = new PHPExcel_Worksheet_ColumnIterator($this->mockWorksheet, 'B', 'D');
$iterator->seek(1);
$iterator->seek('A');
}

/**
Expand Down

0 comments on commit 72f3a3b

Please sign in to comment.