Definition at line 4 of file TimeZoneTest.php.
◆ setUp()
Definition at line 7 of file TimeZoneTest.php.
References defined.
10 define(
'PHPEXCEL_ROOT', APPLICATION_PATH .
'/');
12 require_once(PHPEXCEL_ROOT .
'PHPExcel/Autoloader.php');
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
◆ testSetTimezone()
TimeZoneTest::testSetTimezone |
( |
| ) |
|
Definition at line 15 of file TimeZoneTest.php.
References $result, and array.
17 $timezoneValues =
array(
20 'America/Indiana/Indianapolis',
25 foreach($timezoneValues as $timezoneValue) {
26 $result = call_user_func(
array(
'PHPExcel_Shared_TimeZone',
'setTimezone'),$timezoneValue);
Create styles array
The data for the language used.
◆ testSetTimezoneWithInvalidValue()
TimeZoneTest::testSetTimezoneWithInvalidValue |
( |
| ) |
|
Definition at line 32 of file TimeZoneTest.php.
References $result, and array.
34 $unsupportedTimezone =
'Etc/GMT+10';
35 $result = call_user_func(
array(
'PHPExcel_Shared_TimeZone',
'setTimezone'),$unsupportedTimezone);
Create styles array
The data for the language used.
The documentation for this class was generated from the following file:
- libs/composer/vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/TimeZoneTest.php