Exemple #1
0
 /**
  * Tests Gadget->getSingleton()
  */
 public function testGetSingleton()
 {
     $this->assertEquals('true', $this->gadget->getSingleton());
 }
Exemple #2
0
 /**
  * Tests Gadget->getSingleton()
  */
 public function testGetSingleton()
 {
     $this->Gadget->singleton = 'singleton';
     $this->assertEquals('singleton', $this->Gadget->getSingleton());
 }