You are here

public function EngineeringTest::providerHEX2BIN in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/EngineeringTest.php \EngineeringTest::providerHEX2BIN()

File

vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/EngineeringTest.php, line 541

Class

EngineeringTest

Code

public function providerHEX2BIN() {
  return new testDataFileIterator('rawTestData/Calculation/Engineering/HEX2BIN.data');
}