You are here

public function DateTimeTest::providerDAY in Loft Data Grids 6.2

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

File

vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/DateTimeTest.php, line 185

Class

DateTimeTest

Code

public function providerDAY() {
  return new testDataFileIterator('rawTestData/Calculation/DateTime/DAY.data');
}