summaryrefslogtreecommitdiffstats
path: root/tests/lib/geo.php
diff options
context:
space:
mode:
authorFelix Moeller <mail@felixmoeller.de>2012-11-02 19:53:02 +0100
committerFelix Moeller <mail@felixmoeller.de>2012-11-02 19:53:02 +0100
commitafadf93d317e27fd848f1e70d5849169f862aed9 (patch)
tree4a9ed633a7735a1be3cf33fdad31ab981fd64a6b /tests/lib/geo.php
parentd9e97610999ddf9f3a060b786f22d0abb054521e (diff)
downloadnextcloud-server-afadf93d317e27fd848f1e70d5849169f862aed9.tar.gz
nextcloud-server-afadf93d317e27fd848f1e70d5849169f862aed9.zip
Checkstyle: many fixes
Diffstat (limited to 'tests/lib/geo.php')
-rw-r--r--tests/lib/geo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/geo.php b/tests/lib/geo.php
index cae3d550b33..d4951ee79e7 100644
--- a/tests/lib/geo.php
+++ b/tests/lib/geo.php
@@ -8,7 +8,7 @@
class Test_Geo extends UnitTestCase {
function testTimezone() {
- $result = OC_Geo::timezone(3,3);
+ $result = OC_Geo::timezone(3, 3);
$expected = 'Africa/Porto-Novo';
$this->assertEquals($expected, $result);