Definition at line 5 of file DefaultValueBinderTest.php.
◆ binderProvider()
DefaultValueBinderTest::binderProvider |
( |
| ) |
|
◆ createCellStub()
DefaultValueBinderTest::createCellStub |
( |
| ) |
|
|
protected |
Definition at line 18 of file DefaultValueBinderTest.php.
Referenced by testBindValue().
21 $this->cellStub = $this->getMockBuilder(
'PHPExcel_Cell')
22 ->disableOriginalConstructor()
25 $this->cellStub->expects($this->any())
26 ->method(
'setValueExplicit')
27 ->will($this->returnValue(
true));
◆ providerDataTypeForValue()
DefaultValueBinderTest::providerDataTypeForValue |
( |
| ) |
|
◆ setUp()
DefaultValueBinderTest::setUp |
( |
| ) |
|
Definition at line 9 of file DefaultValueBinderTest.php.
References defined.
13 define(
'PHPEXCEL_ROOT', APPLICATION_PATH .
'/');
15 require_once(PHPEXCEL_ROOT .
'PHPExcel/Autoloader.php');
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
◆ testBindValue()
DefaultValueBinderTest::testBindValue |
( |
|
$value | ) |
|
◆ testDataTypeForRichTextObject()
DefaultValueBinderTest::testDataTypeForRichTextObject |
( |
| ) |
|
◆ testDataTypeForValue()
DefaultValueBinderTest::testDataTypeForValue |
( |
| ) |
|
providerDataTypeForValue
Definition at line 63 of file DefaultValueBinderTest.php.
References $result, and array.
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);
Create styles array
The data for the language used.
◆ $cellStub
DefaultValueBinderTest::$cellStub |
|
protected |
The documentation for this class was generated from the following file: