3require_once 
'testDataFileIterator.php';
 
   10        if (!
defined(
'PHPEXCEL_ROOT')) {
 
   11            define(
'PHPEXCEL_ROOT', APPLICATION_PATH . 
'/');
 
   13        require_once(PHPEXCEL_ROOT . 
'PHPExcel/Autoloader.php');
 
   25        $this->assertEquals($expectedResultExcel, $resultExcel, 
'should be Excel compatible');
 
   29        $this->assertEquals($expectedResultOpenOffice, $resultOpenOffice, 
'should be OpenOffice compatible');
 
An exception for terminatinating execution or to throw for unit testing.
testBinaryComparisonOperation($formula, $expectedResultExcel, $expectedResultOpenOffice)
@dataProvider providerBinaryComparisonOperation
providerBinaryComparisonOperation()
const COMPATIBILITY_EXCEL
constants
static setCompatibilityMode($compatibilityMode)
const COMPATIBILITY_OPENOFFICE
static getInstance(PHPExcel $workbook=NULL)
Get an instance of this class.
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'