You are here

public function FunctionsTest::testREF in Loft Data Grids 7.2

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

File

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

Class

FunctionsTest

Code

public function testREF() {
  $result = PHPExcel_Calculation_Functions::REF();
  $this
    ->assertEquals('#REF!', $result);
}