You are here

public function EngineeringTest::testGetConversionGroups in Loft Data Grids 6.2

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

File

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

Class

EngineeringTest

Code

public function testGetConversionGroups() {
  $result = PHPExcel_Calculation_Engineering::getConversionGroups();
  $this
    ->assertInternalType('array', $result);
}