Exemplo n.º 1
0
 /**
  * @dataProvider providerLocales
  *
  * @param string $locale
  */
 public function testSetLocale($locale)
 {
     $this->assertTrue(Date::setLocale($locale));
     $this->assertSame($locale, Date::getLocale());
 }