Skip to content

Commit

Permalink
Fix lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 19, 2017
1 parent 7900c6a commit 87e41d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/TestCase/I18n/I18nTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ public function tearDown()
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());
Expand Down

0 comments on commit 87e41d1

Please sign in to comment.