Unhappy path tests for FORMULATEXT() Function (#1915)
* Unhappy path tests
This commit is contained in:
parent
4717741dc2
commit
499ce61cf7
|
|
@ -73,4 +73,10 @@ class LookupRefTest extends TestCase
|
||||||
{
|
{
|
||||||
return require 'tests/data/Calculation/LookupRef/FORMULATEXT.php';
|
return require 'tests/data/Calculation/LookupRef/FORMULATEXT.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function testFormulaTextWithoutCell(): void
|
||||||
|
{
|
||||||
|
$result = LookupRef::FORMULATEXT('A1');
|
||||||
|
self::assertEquals(Functions::REF(), $result);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue