Пример #1
0
 /**
  * @expectedException Symfony\Component\Locale\Exception\MethodNotImplementedException
  */
 public function testSetDefault()
 {
     StubLocale::setDefault('pt_BR');
 }
Пример #2
0
 public function testSetDefaultAcceptsEn()
 {
     StubLocale::setDefault('en');
 }