Exemple #1
0
 public function testSetConfigureIconIfNotConfigurable()
 {
     $dashlet = new Dashlet('unit_test_run');
     $dashlet->isConfigurable = false;
     $this->assertNotContains('SUGAR.mySugar.configureDashlet', $dashlet->setConfigureIcon());
 }