public function EngineeringTest::testGetConversionGroups in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.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
Code
public function testGetConversionGroups() {
$result = PHPExcel_Calculation_Engineering::getConversionGroups();
$this
->assertInternalType('array', $result);
}