Changeset 763
- Timestamp:
- 02/06/08 22:16:53 (1 year ago)
- Files:
-
- branches/1.0.x/testapp/modules/jelix_tests/tests/utils.jdatetime.html_cli.php (modified) (2 diffs)
- branches/1.0.x/testapp/modules/jelix_tests/tests/utils.jdatetime.html_cli.php (modified) (2 diffs)
- branches/1.0.x/testapp/modules/jelix_tests/tests/utils.jdatetime.html_cli.php (modified) (2 diffs)
- trunk/testapp/modules/jelix_tests/tests/utils.jdatetime.html_cli.php (modified) (2 diffs)
- trunk/testapp/modules/jelix_tests/tests/utils.jdatetime.html_cli.php (modified) (2 diffs)
- trunk/testapp/modules/jelix_tests/tests/utils.jdatetime.html_cli.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/testapp/modules/jelix_tests/tests/utils.jdatetime.html_cli.php
r704 r763 4 4 * @subpackage jelix_tests module 5 5 * @author Florian Hatat 6 * @contributor 7 * @copyright 2007 Florian Hatat 6 * @contributor Rahal 7 * @copyright 2007 Florian Hatat, 2008 Rahal 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 11 11 12 12 class testjDateTime extends UnitTestCase { 13 14 function setUp(){ 15 date_default_time_zone("Europe/Paris"); 16 } 17 function tearDown(){ 18 global $gJConfig; 19 date_default_time_zone($gJConfig->timeZone); 20 } 13 21 14 22 function testValidConstruct(){ branches/1.0.x/testapp/modules/jelix_tests/tests/utils.jdatetime.html_cli.php
r704 r763 4 4 * @subpackage jelix_tests module 5 5 * @author Florian Hatat 6 * @contributor 7 * @copyright 2007 Florian Hatat 6 * @contributor Rahal 7 * @copyright 2007 Florian Hatat, 2008 Rahal 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 11 11 12 12 class testjDateTime extends UnitTestCase { 13 14 function setUp(){ 15 date_default_time_zone("Europe/Paris"); 16 } 17 function tearDown(){ 18 global $gJConfig; 19 date_default_time_zone($gJConfig->timeZone); 20 } 13 21 14 22 function testValidConstruct(){ branches/1.0.x/testapp/modules/jelix_tests/tests/utils.jdatetime.html_cli.php
r704 r763 4 4 * @subpackage jelix_tests module 5 5 * @author Florian Hatat 6 * @contributor 7 * @copyright 2007 Florian Hatat 6 * @contributor Rahal 7 * @copyright 2007 Florian Hatat, 2008 Rahal 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 11 11 12 12 class testjDateTime extends UnitTestCase { 13 14 function setUp(){ 15 date_default_time_zone("Europe/Paris"); 16 } 17 function tearDown(){ 18 global $gJConfig; 19 date_default_time_zone($gJConfig->timeZone); 20 } 13 21 14 22 function testValidConstruct(){ trunk/testapp/modules/jelix_tests/tests/utils.jdatetime.html_cli.php
r704 r763 4 4 * @subpackage jelix_tests module 5 5 * @author Florian Hatat 6 * @contributor 7 * @copyright 2007 Florian Hatat 6 * @contributor Rahal 7 * @copyright 2007 Florian Hatat, 2008 Rahal 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 11 11 12 12 class testjDateTime extends UnitTestCase { 13 14 function setUp(){ 15 date_default_time_zone("Europe/Paris"); 16 } 17 18 function tearDown(){ 19 global $gJConfig; 20 date_default_time_zone($gJConfig->timeZone); 21 } 13 22 14 23 function testValidConstruct(){ trunk/testapp/modules/jelix_tests/tests/utils.jdatetime.html_cli.php
r704 r763 4 4 * @subpackage jelix_tests module 5 5 * @author Florian Hatat 6 * @contributor 7 * @copyright 2007 Florian Hatat 6 * @contributor Rahal 7 * @copyright 2007 Florian Hatat, 2008 Rahal 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 11 11 12 12 class testjDateTime extends UnitTestCase { 13 14 function setUp(){ 15 date_default_time_zone("Europe/Paris"); 16 } 17 18 function tearDown(){ 19 global $gJConfig; 20 date_default_time_zone($gJConfig->timeZone); 21 } 13 22 14 23 function testValidConstruct(){ trunk/testapp/modules/jelix_tests/tests/utils.jdatetime.html_cli.php
r704 r763 4 4 * @subpackage jelix_tests module 5 5 * @author Florian Hatat 6 * @contributor 7 * @copyright 2007 Florian Hatat 6 * @contributor Rahal 7 * @copyright 2007 Florian Hatat, 2008 Rahal 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 11 11 12 12 class testjDateTime extends UnitTestCase { 13 14 function setUp(){ 15 date_default_time_zone("Europe/Paris"); 16 } 17 18 function tearDown(){ 19 global $gJConfig; 20 date_default_time_zone($gJConfig->timeZone); 21 } 13 22 14 23 function testValidConstruct(){
