aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/TimeZoneTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TimeZoneTest.php')
-rw-r--r--tests/TimeZoneTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/TimeZoneTest.php b/tests/TimeZoneTest.php
index f3de3913..b219030a 100644
--- a/tests/TimeZoneTest.php
+++ b/tests/TimeZoneTest.php
@@ -80,4 +80,3 @@ class TimeZoneTest extends PHPUnit_Framework_TestCase
80 $this->assertFalse(isTimeZoneValid('Middle_Earth', 'Moria')); 80 $this->assertFalse(isTimeZoneValid('Middle_Earth', 'Moria'));
81 } 81 }
82} 82}
83?>