You are here

public function FunctionsTest::providerIS_EVEN in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php \FunctionsTest::providerIS_EVEN()

File

vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php, line 223

Class

FunctionsTest

Code

public function providerIS_EVEN() {
  return new testDataFileIterator('rawTestData/Calculation/Functions/IS_EVEN.data');
}