3 require_once
'testDataFileIterator.php';
13 define(
'PHPEXCEL_ROOT', APPLICATION_PATH .
'/');
15 require_once(PHPEXCEL_ROOT .
'PHPExcel/Autoloader.php');
21 $this->cellStub = $this->getMockBuilder(
'PHPExcel_Cell')
22 ->disableOriginalConstructor()
25 $this->cellStub->expects($this->any())
26 ->method(
'setValueExplicit')
27 ->will($this->returnValue(
true));
38 $result = $binder->bindValue($this->cellStub, $value);
65 $args = func_get_args();
66 $expectedResult = array_pop($args);
67 $result = call_user_func_array(
array(
'PHPExcel_Cell_DefaultValueBinder',
'dataTypeForValue'), $args);
68 $this->assertEquals($expectedResult,
$result);
83 $this->assertEquals($expectedResult,
$result);
testDataTypeForRichTextObject()
testBindValue($value)
binderProvider
providerDataTypeForValue()
testDataTypeForValue()
providerDataTypeForValue
Create styles array
The data for the language used.
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'