コード例 #1
0
ファイル: StoreTest.php プロジェクト: spryker/Kernel
 /**
  * @expectedException \InvalidArgumentException
  *
  * @return void
  */
 public function testSetCurrentLocaleInvalid()
 {
     $newLocale = 'xy_XY';
     $this->Store->setCurrentLocale($newLocale);
 }