Beispiel #1
0
 public function testLocale()
 {
     $this->assertNull($this->type->getLocale());
     $this->type->setLocale('en');
     $this->assertEquals('en', $this->type->getLocale());
 }