Browse Source

Fix lint errors.

mark_story 8 years ago
parent
commit
87e41d1494
1 changed files with 3 additions and 2 deletions
  1. 3 2
      tests/TestCase/I18n/I18nTest.php

+ 3 - 2
tests/TestCase/I18n/I18nTest.php

@@ -59,13 +59,14 @@ class I18nTest extends TestCase
         Plugin::unload();
         Cache::clear(false, '_cake_core_');
     }
-    
+
     /**
      * Tests that the default locale is set correctly
      *
      * @return void
      */
-    public function testDefaultLocale() {
+    public function testDefaultLocale()
+    {
         $newLocale = 'de_DE';
         I18n::setLocale($newLocale);
         $this->assertEquals($newLocale, I18n::getLocale());