Esempio n. 1
0
 /**
  * @expectedException Symfony\Component\Locale\Exception\MethodNotImplementedException
  */
 public function testSetDefault()
 {
     StubLocale::setDefault('pt_BR');
 }
 public function testSetDefaultAcceptsEn()
 {
     StubLocale::setDefault('en');
 }