You are here

public function AutofilterColumnTest::testSetInvalidJoinThrowsException in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/AutoFilter/ColumnTest.php \AutofilterColumnTest::testSetInvalidJoinThrowsException()

@expectedException PHPExcel_Exception

File

vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/AutoFilter/ColumnTest.php, line 107

Class

AutofilterColumnTest

Code

public function testSetInvalidJoinThrowsException() {
  $expectedResult = 'Neither';
  $result = $this->_testAutoFilterColumnObject
    ->setJoin($expectedResult);
}