public function FunctionsTest::providerIS_LOGICAL in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php \FunctionsTest::providerIS_LOGICAL()
File
- vendor/
phpoffice/ phpexcel/ unitTests/ Classes/ PHPExcel/ Calculation/ FunctionsTest.php, line 143
Class
Code
public function providerIS_LOGICAL() {
return new testDataFileIterator('rawTestData/Calculation/Functions/IS_LOGICAL.data');
}