public function LogicalTest::testFALSE in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/LogicalTest.php \LogicalTest::testFALSE()
File
- vendor/
phpoffice/ phpexcel/ unitTests/ Classes/ PHPExcel/ Calculation/ LogicalTest.php, line 26
Class
Code
public function testFALSE() {
$result = PHPExcel_Calculation_Logical::FALSE();
$this
->assertEquals(FALSE, $result);
}