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