Skip to content

Commit

Permalink
Fix stickler-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Joep Roebroek committed Apr 20, 2017
1 parent 6d7cbfc commit cbf220c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/TestCase/I18n/TranslatorRegistryTest.php
Expand Up @@ -12,25 +12,25 @@
* @since 3.4.6
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
namespace Cake\Test\TestCase\I18n;

namespace Cake\Test\TestCase\I18n;

use Aura\Intl\BasicFormatter;
use Aura\Intl\Package;
use Aura\Intl\FormatterLocator;
use Aura\Intl\Package;
use Aura\Intl\PackageLocator;
use Aura\Intl\TranslatorLocator;
use Cake\I18n\TranslatorFactory;
use Cake\TestSuite\TestCase;
use Cake\I18n\TranslatorRegistry;
use Aura\Intl\TranslatorLocator;
use Cake\I18n\Translator;
use Cake\TestSuite\TestCase;

class TranslatorRegistryTest extends TestCase
{
/**
* Test Package null initialization from cache
*/
public function testGetNullPackageInitializationFromCache ()
public function testGetNullPackageInitializationFromCache()
{
$translatorFactory = $this->getMockBuilder(TranslatorFactory::class)->getMock();
$translatorLocator = $this->getMockBuilder(TranslatorLocator::class)->disableOriginalConstructor()->getMock();
Expand Down Expand Up @@ -74,4 +74,4 @@ public function testGetNullPackageInitializationFromCache ()

$this->assertNotNull($registry->get('default')->getPackage());
}
}
}

0 comments on commit cbf220c

Please sign in to comment.