You are here

public function AutofilterColumnTest::testGetJoin 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::testGetJoin()

File

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

Class

AutofilterColumnTest

Code

public function testGetJoin() {
  $result = $this->_testAutoFilterColumnObject
    ->getJoin();
  $this
    ->assertEquals(PHPExcel_Worksheet_AutoFilter_Column::AUTOFILTER_COLUMN_JOIN_OR, $result);
}