Definition at line 4 of file LayoutTest.php.
◆ setUp()
Definition at line 7 of file LayoutTest.php.
References defined.
11 define(
'PHPEXCEL_ROOT', APPLICATION_PATH .
'/');
13 require_once(PHPEXCEL_ROOT .
'PHPExcel/Autoloader.php');
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
◆ testGetLayoutTarget()
LayoutTest::testGetLayoutTarget |
( |
| ) |
|
◆ testSetLayoutTarget()
LayoutTest::testSetLayoutTarget |
( |
| ) |
|
Definition at line 16 of file LayoutTest.php.
References $result.
18 $LayoutTargetValue =
'String';
22 $result = $testInstance->setLayoutTarget($LayoutTargetValue);
The documentation for this class was generated from the following file:
- libs/composer/vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Chart/LayoutTest.php