summaryrefslogtreecommitdiffstats
path: root/tests/date_axis_test.php
diff options
context:
space:
mode:
authorKore Nordmann <mail@kore-nordmann.de>2013-12-21 11:32:05 +0100
committerKore Nordmann <mail@kore-nordmann.de>2013-12-21 11:32:05 +0100
commit93062e252a16efeaea9c95484232a009a1569a51 (patch)
tree68e9ced5ec51b66cdb515f93759b80618361ebb2 /tests/date_axis_test.php
parent323edff5f22cb8d116d0eb58083f9733e1f53126 (diff)
downloadzetacomponents-graph-93062e252a16efeaea9c95484232a009a1569a51.zip
zetacomponents-graph-93062e252a16efeaea9c95484232a009a1569a51.tar.gz
Ensure correct locale in all tests
Diffstat (limited to 'tests/date_axis_test.php')
-rw-r--r--tests/date_axis_test.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/date_axis_test.php b/tests/date_axis_test.php
index 2a2853e..fa2f962 100644
--- a/tests/date_axis_test.php
+++ b/tests/date_axis_test.php
@@ -46,8 +46,10 @@ class ezcGraphDateAxisTest extends ezcGraphTestCase
return new PHPUnit_Framework_TestSuite( "ezcGraphDateAxisTest" );
}
- protected function setUp()
+ public function setUp()
{
+ parent::setUp();
+
date_default_timezone_set( 'Europe/Berlin' );
static $i = 0;
@@ -58,7 +60,7 @@ class ezcGraphDateAxisTest extends ezcGraphTestCase
$this->chart->xAxis = new ezcGraphChartElementDateAxis();
}
- protected function tearDown()
+ public function tearDown()
{
if ( !$this->hasFailed() )
{
OpenPOWER on IntegriCloud