You are here

public function DateTimeTest::providerWEEKNUM 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::providerWEEKNUM()

File

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

Class

DateTimeTest

Code

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