You are here

public function AutoFilterTest::testGetColumnWithoutRangeSet in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/AutoFilterTest.php \AutoFilterTest::testGetColumnWithoutRangeSet()

@expectedException PHPExcel_Exception

File

vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/AutoFilterTest.php, line 267

Class

AutoFilterTest

Code

public function testGetColumnWithoutRangeSet() {

  //	Clear the range
  $result = $this->_testAutoFilterObject
    ->setRange();
  $result = $this->_testAutoFilterObject
    ->getColumn('A');
}