コード例 #1
0
ファイル: GadgetTest.php プロジェクト: emma5021/toba
 /**
  * Tests Gadget->getSingleton()
  */
 public function testGetSingleton()
 {
     $this->assertEquals('true', $this->gadget->getSingleton());
 }
コード例 #2
0
ファイル: GadgetTest.php プロジェクト: dalinhuang/shopexts
 /**
  * Tests Gadget->getSingleton()
  */
 public function testGetSingleton()
 {
     $this->Gadget->singleton = 'singleton';
     $this->assertEquals('singleton', $this->Gadget->getSingleton());
 }