You are here

public function FunctionsTest::testDUMMY in Loft Data Grids 6.2

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

File

vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php, line 20

Class

FunctionsTest

Code

public function testDUMMY() {
  $result = PHPExcel_Calculation_Functions::DUMMY();
  $this
    ->assertEquals('#Not Yet Implemented', $result);
}