Definition at line 4 of file DataSeriesValuesTest.php.
◆ setUp()
DataSeriesValuesTest::setUp |
( |
| ) |
|
Definition at line 7 of file DataSeriesValuesTest.php.
References defined.
11 define(
'PHPEXCEL_ROOT', APPLICATION_PATH .
'/');
13 require_once(PHPEXCEL_ROOT .
'PHPExcel/Autoloader.php');
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
◆ testGetDataType()
DataSeriesValuesTest::testGetDataType |
( |
| ) |
|
◆ testSetDataType()
DataSeriesValuesTest::testSetDataType |
( |
| ) |
|
Definition at line 16 of file DataSeriesValuesTest.php.
References $result, and array.
18 $dataTypeValues =
array(
25 foreach($dataTypeValues as $dataTypeValue) {
26 $result = $testInstance->setDataType($dataTypeValue);
Create styles array
The data for the language used.
◆ testSetInvalidDataTypeThrowsException()
DataSeriesValuesTest::testSetInvalidDataTypeThrowsException |
( |
| ) |
|
Definition at line 31 of file DataSeriesValuesTest.php.
References $result.
36 $result = $testInstance->setDataType(
'BOOLEAN');
38 $this->assertEquals($e->getMessage(),
'Invalid datatype for chart data series values');
41 $this->fail(
'An expected exception has not been raised.');
The documentation for this class was generated from the following file: