예제 #1
0
 /**
  * Tests Gadget->getLocaleSpecs()
  */
 public function testGetLocaleSpecs()
 {
     $this->Gadget->localeSpecs = 'localeSpecs';
     $this->assertEquals('localeSpecs', $this->Gadget->getLocaleSpecs());
 }